0
0
Fork 0

fix(uart): Disable uart bridge by default

This commit is contained in:
windowsair 2022-01-18 17:39:40 +08:00
parent 0a5b96d22a
commit ef18be8c99
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define USE_OTA 1 #define USE_OTA 1
#define USE_UART_BRIDGE 1 #define USE_UART_BRIDGE 0
#define UART_BRIDGE_PORT 1234 #define UART_BRIDGE_PORT 1234
#define UART_BRIDGE_BAUDRATE 74880 #define UART_BRIDGE_BAUDRATE 74880
// //