Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
90:7d9731dec0da
Parent:
89:55ac65d7f206
Child:
91:0e8d76030598
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 20 17:39:56 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 20 17:45:57 2016 +0000
@@ -52,6 +52,7 @@
     output          = json_value["output"].get<string>();
     setpoint        = atof(json_value["setpoint"].get<string>().c_str());
     productFactor   = atof(json_value["prodfact"].get<string>().c_str());
+    actingDir       = atoi(json_value["actingDir"].get<string>().c_str());
     highAlert       = atof(json_value["halert"].get<string>().c_str());
     lowAlert        = atof(json_value["lalert"].get<string>().c_str());
     highFailsafe    = atof(json_value["hfs"].get<string>().c_str());