Simple HTTP GET and POST with ESP8266.
Dependencies: ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed
Fork of ESP8266_HTTP_HelloWorld by
Revision 18:3209e51b731a, committed 2015-06-09
- Comitter:
- sarahmarshy
- Date:
- Tue Jun 09 17:49:47 2015 +0000
- Parent:
- 17:59097e8b5c60
- Child:
- 19:cd46817e9acf
- Commit message:
- Unincluded TCPSocketServer-not needed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 09 16:31:03 2015 +0000 +++ b/main.cpp Tue Jun 09 17:49:47 2015 +0000 @@ -2,7 +2,6 @@ #include "HTTPClient.h" #include "ESP8266Interface.h" #include "TCPSocketConnection.h" -#include "TCPSocketServer.h" #include "Websocket.h" ESP8266Interface wifi(D1,D0,D2,"demossid","password",115200); // TX,RX,Reset,SSID,Password,Baud
