iot_water_monitor_v2

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

Revision:
56:3729bedac5ab
Parent:
50:5a19fc4b41d9
--- a/Application/CommandExecution.h	Thu Mar 29 16:52:35 2018 +0000
+++ b/Application/CommandExecution.h	Fri Mar 30 10:55:27 2018 +0000
@@ -3,9 +3,9 @@
 
 #include <stdint.h>
 
-#define RELAY_1_PIN   (D10)
-#define RELAY_2_PIN   (D11)
-#define RELAY_3_PIN   (D12)
+#define RELAY_1_PIN   (D11)
+#define RELAY_2_PIN   (D12)
+#define RELAY_3_PIN   (D10)
 
 void CE_HandleRelays(int Relay1State, int Relay2State, int Relay3State);
 void CE_SetRTCTime(uint32_t CurrentEpochTime);