main/config.h

changeset 45
71b4c3d1b429
parent 42
c6a1a6ca5437
child 49
4ec04c6f1551
--- a/main/config.h	Thu May 02 11:53:03 2019 +0200
+++ b/main/config.h	Wed May 08 13:46:30 2019 +0200
@@ -59,7 +59,6 @@
 #include "tftspi.h"
 #include "tft.h"
 #include "PID_v1.h"
-#include "vnc-server.h"
 #include "websocket_server.h"
 
 #include "buttons.h"
@@ -80,9 +79,6 @@
 #include "task_http.h"
 
 
-#define	VERSION		"0.2.10"	///< Application version
-
-
 
 /**
  * @brief Main mode different screens
@@ -111,7 +107,8 @@
     MAIN_TOOLS_FILES_RESTORE,		///< Main files restore.
     MAIN_TOOLS_FILES_BACKUP,		///< Main files backup.
     MAIN_TOOLS_UPDATES,			///< Main Updates.
-    MAIN_AUTO_INIT,			///< Automatic start
+    MAIN_AUTO_INIT1 = 96,		///< Automatic start part 1
+    MAIN_AUTO_INIT2,			///< Automatic start part 2
     MAIN_AUTO_DELAYSTART,		///< Delayed start
     MAIN_AUTO_HEATUP,			///< Heatup the system
     MAIN_AUTO_MASH_IN = 100,		///< Mash-in

mercurial