A fork of the original interface for OS/2. Features a correctly-implemented recv (but retains the old behavior via recv2).
Dependents: weather_clock weather_clock
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;