Simple HTTP GET and POST with ESP8266.

Dependencies:   ESP8266Interface HTTPClient-SSL WebSocketClient mbed-rtos mbed

Fork of ESP8266_HTTP_HelloWorld by ESP8266

Files at this revision

API Documentation at this revision

Comitter:
sarahmarshy
Date:
Wed Jun 03 19:03:50 2015 +0000
Parent:
12:978788c2156c
Child:
14:1f0a842f8750
Commit message:
Changed message sent

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jun 03 18:47:14 2015 +0000
+++ b/main.cpp	Wed Jun 03 19:03:50 2015 +0000
@@ -25,7 +25,7 @@
         
         for(int i=0; i<0x7fffffff; ++i) {
             // string with a message
-            sprintf(str, "%d WebSocket Hello World over Ethernet", i);
+            sprintf(str, "%d WebSocket Hello World over wifi", i);
             ws.send(str);
         
             // clear the buffer and wait a sec...