Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

Revision:
8:5afd599875e4
Parent:
5:0c7d131e6089
Child:
9:9b6a54e63942
--- a/main.cpp	Thu Oct 06 08:05:21 2016 +0000
+++ b/main.cpp	Thu Nov 24 16:54:56 2016 +0000
@@ -54,7 +54,7 @@
     char msg[128];
     
     // Set the IoT ID:
-    IoT_ID = 1;
+    IoT_ID = 5;
     
     // Set the Auto reconnect flag:
     IotStatus.SetFlag(SF_AUTOCONNECT);