My final year project

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG SDFileSystem TS_DISCO_F746NG ResistiveTouchController Map CYS8218Controller MedianFilter

Revision:
26:f57db8d6d79e
Parent:
23:bab197887d5e
Child:
62:58e846621435
--- a/Screens/AutomaticControlScreen.cpp	Mon Oct 03 11:33:53 2016 +0200
+++ b/Screens/AutomaticControlScreen.cpp	Mon Oct 03 12:19:03 2016 +0200
@@ -41,8 +41,8 @@
 {
   if( _btBack.Touched() )
   {
+    *_started = false;
     *_nextScreen = MAIN_MENU_SCREEN;
-    // TODO Add safety logic
   }
 
   if( _btSettings.Touched() )