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: ESP8266/ESP8266.cpp
- Revision:
- 35:22d30e936e4c
- Parent:
- 32:cf071dc33972
- Child:
- 38:86e75901efc1
- Child:
- 44:16da10e7b3f7
--- a/ESP8266/ESP8266.cpp Thu Apr 30 21:09:14 2015 +0000 +++ b/ESP8266/ESP8266.cpp Fri May 01 18:29:38 2015 +0000 @@ -170,7 +170,7 @@ sendCommand("AT+CIPMODE=1", "OK", NULL, 1000);// go into transparent mode sendCommand("AT+CIPSEND", ">", NULL, 1000);// go into transparent mode - pc.printf("Data Mode\r\n"); + DBG("Data Mode\r\n"); state.cmdMode = false; return true;