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.
Fork of ESP8266Interface by
Diff: ESP8266/ESP8266.cpp
- Revision:
- 35:22d30e936e4c
- Parent:
- 32:cf071dc33972
- Child:
- 38:86e75901efc1
- Child:
- 44:3a7b6083210b
diff -r 727aac1996b8 -r 22d30e936e4c ESP8266/ESP8266.cpp --- 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;