Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
Diff: main.cpp
- Revision:
- 24:224c07ec3bd0
- Parent:
- 23:b9ff83dc965f
- Child:
- 28:d549de7c3aad
--- 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;