reading json objects from thingspeak

Dependencies:   ESP8266 mbed picojson

Files at this revision

API Documentation at this revision

Comitter:
siddharthp
Date:
Fri Apr 21 15:50:57 2017 +0000
Parent:
2:986bafeeb5ab
Commit message:
buffer size changed

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 986bafeeb5ab -r b71e184f0c95 main.cpp
--- a/main.cpp	Fri Apr 21 15:49:47 2017 +0000
+++ b/main.cpp	Fri Apr 21 15:50:57 2017 +0000
@@ -88,7 +88,7 @@
 
 bool receive(ESP8266 * esp, Serial * comm)
 {
-    char buffer[1024];
+    char buffer[2048];
     char cmd[64];
         
     comm->printf("!setting up TCP connection\r\n");