Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/SetpointControl.cpp
- Revision:
- 143:23a572f084dd
- Parent:
- 131:a290a3934132
- Child:
- 152:c03ebcda54ef
- Child:
- 171:fb29030d4eaf
--- 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: