Skip to content

Commit ab76025

Browse files
committed
Enable json overriding ESP8266 default baud rate
1 parent 7455b89 commit ab76025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/wifi/esp8266-driver/ESP8266/ESP8266.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333

3434
#define TRACE_GROUP "ESPA" // ESP8266 AT layer
3535

36+
#ifndef ESP8266_DEFAULT_BAUD_RATE
3637
#define ESP8266_DEFAULT_BAUD_RATE 115200
38+
#endif
3739
#define ESP8266_ALL_SOCKET_IDS -1
3840

3941
using namespace mbed;

0 commit comments

Comments
 (0)