iot_water_monitor_v2

Dependencies:   easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code

Revision:
50:5a19fc4b41d9
Parent:
43:dcde0e66874a
Child:
56:3729bedac5ab
--- a/Application/CommandExecution.h	Sun Mar 18 04:30:18 2018 +0000
+++ b/Application/CommandExecution.h	Sun Mar 18 17:54:50 2018 +0000
@@ -7,7 +7,7 @@
 #define RELAY_2_PIN   (D11)
 #define RELAY_3_PIN   (D12)
 
-void CE_HandleRelays(int Relay1State, int Relat2State, int Relat3State);
+void CE_HandleRelays(int Relay1State, int Relay2State, int Relay3State);
 void CE_SetRTCTime(uint32_t CurrentEpochTime);
 void CE_Calibrate();
 void CE_SetAlarmRelays();