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.
Dependencies: ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed
Fork of ESP8266_WebSockets_HelloWorld by
Revision 18:3209e51b731a, committed 2015-06-09
- Comitter:
- sarahmarshy
- Date:
- Tue Jun 09 17:49:47 2015 +0000
- Parent:
- 17:59097e8b5c60
- 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
