diff --git a/user/uart_handler.c b/user/uart_handler.c index 66a2f4a..622565a 100755 --- a/user/uart_handler.c +++ b/user/uart_handler.c @@ -52,6 +52,7 @@ void ICACHE_FLASH_ATTR UART_Init(void) // U0RXD PIN_FUNC_SELECT(PERIPHS_IO_MUX_U0RXD_U, FUNC_U0RXD); + PIN_PULLUP_DIS(PERIPHS_IO_MUX_U0RXD_U); // U1TXD (GPIO2) PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO2_U, FUNC_U1TXD_BK);