Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: weather_clock weather_clock
Diff: ESP8266Interface.cpp
- Revision:
- 28:91e65e22e63a
- Parent:
- 16:3f0efaa57a12
- Child:
- 44:16da10e7b3f7
diff -r 9c6cefc12f0c -r 91e65e22e63a ESP8266Interface.cpp --- a/ESP8266Interface.cpp Mon Apr 20 20:27:11 2015 +0000 +++ b/ESP8266Interface.cpp Tue Apr 28 18:52:20 2015 +0000 @@ -1,8 +1,8 @@ #include "ESP8266Interface.h" ESP8266Interface::ESP8266Interface( PinName tx, PinName rx, PinName reset, - const char * ssid, const char * phrase ) : - ESP8266(tx, rx, reset, ssid, phrase ) + const char * ssid, const char * phrase, uint32_t baud ) : + ESP8266(tx, rx, reset, ssid, phrase, baud ) { }