V.062 11/3

Dependencies:   FT6206 SDFileSystem ILI9341_t3

Fork of ATT_AWS_IoT_demo_v06 by attiot

Revision:
24:224c07ec3bd0
Parent:
23:b9ff83dc965f
Child:
28:54d9a550adf1
--- a/main.cpp	Thu Dec 15 18:05:09 2016 +0000
+++ b/main.cpp	Fri Dec 16 18:04:39 2016 +0000
@@ -298,7 +298,7 @@
     char cPayload[100];
     char cTopic[100];
     const string colorStrings[] = {"Off", "Red", "Green", "", "Blue", "", "", "White"};
-    float updateInterval = 5.0; // seconds
+    float updateInterval = 1.0; // seconds
 
     MQTTConnectParams connectParams = MQTTConnectParamsDefault;
     connectParams.KeepAliveInterval_sec = 10;