Simple HTTP GET and POST with ESP8266.
Dependencies: ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed
Fork of ESP8266_HTTP_HelloWorld by
Revision 15:4b246689e0e2, committed 2015-06-05
- Comitter:
- sarahmarshy
- Date:
- Fri Jun 05 21:10:48 2015 +0000
- Parent:
- 14:1f0a842f8750
- Child:
- 16:e3d152c9f6e0
- Commit message:
- New demossid;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jun 05 16:17:26 2015 +0000 +++ b/main.cpp Fri Jun 05 21:10:48 2015 +0000 @@ -5,7 +5,7 @@ #include "TCPSocketServer.h" #include "Websocket.h" -ESP8266Interface wifi(D1,D0,D2,"iotlab","42F67YxLX4AawRdcj",115200); // TX,RX,Reset,SSID,Password,Baud +ESP8266Interface wifi(D1,D0,D2,"demossid","",115200); // TX,RX,Reset,SSID,Password,Baud RawSerial pc(USBTX, USBRX); // tx, rx HTTPClient http; char str[512];
