emma controller code in production board v1

Dependencies:   ADE7758_v1 Crypto DHT11 MQTT MbedJSONValueEmma SDFileSystem TFT_ILI9341 SWSPI SetRTC TFT_fonts Touch W5500Interface mbed-rtos mbed-src SoftSerial

Fork of emma_controller_energy by Emma

Revision:
34:8555d471b880
Parent:
32:78633fb9b2a1
Child:
35:b8ba2b73201b
--- a/emmaCode.cpp	Mon Aug 10 07:04:52 2015 +0000
+++ b/emmaCode.cpp	Fri Aug 14 06:42:31 2015 +0000
@@ -935,7 +935,7 @@
     char p[64];
     char q[32];
     char r[32];
-    char s[512];
+    char s[4096];
     int dbgLoop=0;
     int loop=0;
     int trial=0;
@@ -2280,7 +2280,7 @@
     FILE *fp;
     signed char c;
     int i=0;
-    char s[128];
+    char s[2048];
     string strS;
     
     sprintf(s,"/sd/nodeCode/%s/%s.txt",dType.c_str(),cmd.c_str());