delay uart swap until after wifi connected

This commit is contained in:
Paul
2019-07-19 16:12:40 +02:00
parent 0eeb5c8823
commit 3ba81d4e76

View File

@@ -138,7 +138,7 @@ void ICACHE_FLASH_ATTR emsuart_init() {
system_set_os_print(0);
// swap Rx and Tx pins to use GPIO13 (D7) and GPIO15 (D8) respectively
system_uart_swap();
//system_uart_swap();
ETS_UART_INTR_ATTACH(emsuart_rx_intr_handler, NULL);
ETS_UART_INTR_ENABLE();