There was an error while loading. Please reload this page.
1 parent e741666 commit 1182702Copy full SHA for 1182702
1 file changed
main/interface/uart/at_uart_api.c
@@ -251,7 +251,6 @@ void at_uart_workaround(void)
251
252
// a workaround for uart1 voltage fluctuation issue during light-sleep
253
gpio_sleep_sel_dis(g_uart_port_pin.tx_pin);
254
- gpio_sleep_sel_dis(g_uart_port_pin.rx_pin);
255
if (g_uart_port_pin.cts_pin != -1) {
256
gpio_sleep_sel_dis(g_uart_port_pin.cts_pin);
257
}
0 commit comments