reading json objects from thingspeak

Dependencies:   ESP8266 mbed picojson

Revision:
1:b9ca2db84b72
Parent:
0:1ef95b520410
Child:
2:986bafeeb5ab
--- a/main.cpp	Fri Apr 21 15:45:04 2017 +0000
+++ b/main.cpp	Fri Apr 21 15:46:00 2017 +0000
@@ -67,7 +67,7 @@
     comm->printf("%s\r\n", buffer);*/
   
     comm->printf("!joining AP\r\n");    
-    esp->Join("533B", "ransom007"); //change to SSID and Password
+    esp->Join("SSID", "password"); //change to SSID and Password
     esp->RcvReply(buffer, 5000);
     comm->printf("response: %s\r\n", buffer);