From ef18be8c991eab6fc1679fb389701b4c4b3494fb Mon Sep 17 00:00:00 2001 From: windowsair Date: Tue, 18 Jan 2022 17:39:40 +0800 Subject: [PATCH] fix(uart): Disable uart bridge by default --- main/wifi_configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/wifi_configuration.h b/main/wifi_configuration.h index 64575f8..71e7578 100644 --- a/main/wifi_configuration.h +++ b/main/wifi_configuration.h @@ -28,7 +28,7 @@ #define USE_OTA 1 -#define USE_UART_BRIDGE 1 +#define USE_UART_BRIDGE 0 #define UART_BRIDGE_PORT 1234 #define UART_BRIDGE_BAUDRATE 74880 //