Skip to content

Commit

Permalink
Enable json overriding ESP8266 default baud rate
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-blue committed Aug 23, 2019
1 parent 7455b89 commit ab76025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/wifi/esp8266-driver/ESP8266/ESP8266.cpp
Expand Up @@ -33,7 +33,9 @@

#define TRACE_GROUP "ESPA" // ESP8266 AT layer

#ifndef ESP8266_DEFAULT_BAUD_RATE
#define ESP8266_DEFAULT_BAUD_RATE 115200
#endif
#define ESP8266_ALL_SOCKET_IDS -1

using namespace mbed;
Expand Down

0 comments on commit ab76025

Please sign in to comment.