smaller images

This commit is contained in:
proddy
2018-05-15 14:01:50 +02:00
parent fbff479a3f
commit 37c2797d1a
6 changed files with 7 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ void ICACHE_FLASH_ATTR emsuart_init() {
ETS_UART_INTR_ATTACH(emsuart_rx_intr_handler, NULL);
ETS_UART_INTR_ENABLE();
// when all ready swap RX and TX to use GPIO13 (D7) and GPIO15 (D8) respectively
// when all ready swap RX and TX (to use GPIO13 (D7) and GPIO15 (D8) )
system_uart_swap();
}