AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

Revision:
24:224c07ec3bd0
Parent:
23:b9ff83dc965f
--- 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;