iot_water_monitor_v2

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

Revision:
50:5a19fc4b41d9
Parent:
48:a7ed665844cd
--- a/Application/CommandExecution.cpp	Sun Mar 18 04:30:18 2018 +0000
+++ b/Application/CommandExecution.cpp	Sun Mar 18 17:54:50 2018 +0000
@@ -1,4 +1,5 @@
 #include "CommandExecution.h"
+#include "flash_programming.h"
 #include "ReadSensor.h"
 #include "mbed.h"
 
@@ -6,8 +7,9 @@
 DigitalOut  relay2(RELAY_2_PIN);
 DigitalOut  relay3(RELAY_3_PIN);
 
-extern bool isCalibrating;
-extern bool isUploadImmediately;
+extern bool   isCalibrating;
+extern bool   isUploadImmediately;
+extern float  doValue;
 
 void CE_HandleRelays(int Relay1State, int Relay2State, int Relay3State) {
     relay1 = Relay1State;
@@ -30,4 +32,5 @@
 
 void CE_UpdateImmediately() {
     isUploadImmediately = true;
-}
\ No newline at end of file
+}
+