fix(uart): Disable uart bridge by default
This commit is contained in:
parent
0a5b96d22a
commit
ef18be8c99
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue