iot_water_monitor_v2

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

Revision:
35:fc800d35c1ba
Parent:
34:601effb7b7fe
Child:
36:d0b628087ac8
--- a/Application/CommandExecution.cpp	Wed Feb 14 03:56:34 2018 +0000
+++ b/Application/CommandExecution.cpp	Wed Feb 14 04:28:24 2018 +0000
@@ -10,3 +10,8 @@
     relay2 = Relay2State;  
     relay3 = Relay3State;
 }
+
+void CE_SetRTCTime(uint32_t CurrentEpochTime) {
+    printf("New local time value set");
+    set_time(CurrentEpochTime);
+}
\ No newline at end of file