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: ESP8266_W7500_Example DualNetworkInterface-Basic
Fork of ESP8266Interface by
Diff: ESP8266/ESP8266.cpp
- Revision:
- 38:86e75901efc1
- Parent:
- 37:6887e61cf674
- Parent:
- 35:22d30e936e4c
- Child:
- 40:0a83315aea0a
--- a/ESP8266/ESP8266.cpp	Sat May 02 03:58:22 2015 +0000
+++ b/ESP8266/ESP8266.cpp	Sat May 02 04:05:35 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");
     state.cmdMode = false;
 
     return true;
    