Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
143:23a572f084dd
Parent:
131:a290a3934132
Child:
152:c03ebcda54ef
Child:
171:fb29030d4eaf
diff -r 5d59317dc34b -r 23a572f084dd src/ConfigurationHandler/Controls/SetpointControl.cpp
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 27 18:56:49 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Sep 27 19:52:47 2016 +0000
@@ -95,6 +95,7 @@
                 this->currentState = STATE_CONTROL_ON;
             } else {
                 this->currentState = STATE_CONTROL_OFF;
+                this->stopFeed();
             }
             break;
         case STATE_CONTROL_ON: