Skip to content

Commit db86766

Browse files
committed
fix bug #98
1 parent 884b600 commit db86766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ void ICACHE_FLASH_ATTR uart1_write_char(char c) {
453453
}
454454
}
455455

456-
static UARTnr_t s_uart_debug_nr = UART_NO;
456+
static UARTnr_t s_uart_debug_nr = UART0;
457457
void ICACHE_FLASH_ATTR uart_set_debug(UARTnr_t uart_nr) {
458458
s_uart_debug_nr = uart_nr;
459459
switch(s_uart_debug_nr) {

0 commit comments

Comments
 (0)