blabla
Fork of ESP8266Interface by
Revision 38:86e75901efc1, committed 2015-05-02
- Comitter:
- mbedAustin
- Date:
- Sat May 02 04:05:35 2015 +0000
- Parent:
- 37:6887e61cf674
- Parent:
- 35:22d30e936e4c
- Child:
- 39:89e259295728
- Commit message:
- trying to merge things together...
Changed in this revision
ESP8266/ESP8266.cpp | Show annotated file Show diff for this revision Revisions of this file |
Socket/UDPSocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;