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.
Dependencies: BufferedSerial
Dependents: esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more
Fork of ESP8266Interface by
Diff: ESP8266/ESP8266.cpp
- Revision:
- 37:6887e61cf674
- Parent:
- 36:e1545c6c2cb3
- Child:
- 38:86e75901efc1
diff -r e1545c6c2cb3 -r 6887e61cf674 ESP8266/ESP8266.cpp
--- a/ESP8266/ESP8266.cpp Sat May 02 03:30:52 2015 +0000
+++ b/ESP8266/ESP8266.cpp Sat May 02 03:58:22 2015 +0000
@@ -82,7 +82,7 @@
if( sendCommand( cmd.c_str(), "OK", NULL, 10000) ) {
// successfully joined the network
state.associated = true;
- INFO("ssid: %s, phrase: %s, security: %s", this->ssid, this->phrase);
+ INFO("ssid: %s, phrase: %s", this->ssid, this->phrase);
return true;
}
return false;

Adafruit Huzzah