- A fork of Damien's program.
Dependencies: WebSocketClient WiflyInterface mbed messages
Fork of BatteryModelTester by
Diff: headers/Commands.h
- Revision:
- 5:0c7d131e6089
- Parent:
- 1:4403f2ed1c1f
- Child:
- 6:424e225d2a91
diff -r 9e98e7679a62 -r 0c7d131e6089 headers/Commands.h --- 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;