iot_water_monitor_v2

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

Revision:
36:d0b628087ac8
Parent:
35:fc800d35c1ba
Child:
39:a5ee98bd0050
--- a/Application/CommandExecution.cpp	Wed Feb 14 04:28:24 2018 +0000
+++ b/Application/CommandExecution.cpp	Wed Feb 14 14:45:35 2018 +0000
@@ -12,6 +12,6 @@
 }
 
 void CE_SetRTCTime(uint32_t CurrentEpochTime) {
-    printf("New local time value set");
+    printf("New local time value set\r\n");
     set_time(CurrentEpochTime);
 }
\ No newline at end of file