Skeleton program for Federico's 4YP project.

Dependencies:   WebSocketClient WiflyInterface mbed messages

Fork of IoT_Ex by Damien Frost

Revision:
5:0c7d131e6089
Parent:
1:4403f2ed1c1f
Child:
6:424e225d2a91
--- a/headers/Commands.h	Tue Oct 04 16:52:21 2016 +0000
+++ b/headers/Commands.h	Thu Oct 06 07:58:31 2016 +0000
@@ -55,10 +55,10 @@
                                             
 // Wifi Commands
 #define     NO_WIFI_CMD         0
-#define     CHANGEVAR_WIFI_CMD  1
+#define     CV_LED_WIFI_CMD     1
 
 // Change variable commands:
-#define     CV_LED              0
+#define     CV_LED              1
 
 extern StatusReg IotStatus;