main/config.h

changeset 45
71b4c3d1b429
parent 42
c6a1a6ca5437
child 49
4ec04c6f1551
equal deleted inserted replaced
36:1230b81ac36f 45:71b4c3d1b429
57 #include "expat.h" 57 #include "expat.h"
58 58
59 #include "tftspi.h" 59 #include "tftspi.h"
60 #include "tft.h" 60 #include "tft.h"
61 #include "PID_v1.h" 61 #include "PID_v1.h"
62 #include "vnc-server.h"
63 #include "websocket_server.h" 62 #include "websocket_server.h"
64 63
65 #include "buttons.h" 64 #include "buttons.h"
66 #include "calibration.h" 65 #include "calibration.h"
67 #include "automation.h" 66 #include "automation.h"
76 #include "task_sdcard.h" 75 #include "task_sdcard.h"
77 #include "task_driver.h" 76 #include "task_driver.h"
78 #include "task_wifi.h" 77 #include "task_wifi.h"
79 #include "task_sound.h" 78 #include "task_sound.h"
80 #include "task_http.h" 79 #include "task_http.h"
81
82
83 #define VERSION "0.2.10" ///< Application version
84 80
85 81
86 82
87 /** 83 /**
88 * @brief Main mode different screens 84 * @brief Main mode different screens
109 MAIN_TOOLS_FILES, ///< Main files. 105 MAIN_TOOLS_FILES, ///< Main files.
110 MAIN_TOOLS_FILES_DIR, ///< Main files directory listings. 106 MAIN_TOOLS_FILES_DIR, ///< Main files directory listings.
111 MAIN_TOOLS_FILES_RESTORE, ///< Main files restore. 107 MAIN_TOOLS_FILES_RESTORE, ///< Main files restore.
112 MAIN_TOOLS_FILES_BACKUP, ///< Main files backup. 108 MAIN_TOOLS_FILES_BACKUP, ///< Main files backup.
113 MAIN_TOOLS_UPDATES, ///< Main Updates. 109 MAIN_TOOLS_UPDATES, ///< Main Updates.
114 MAIN_AUTO_INIT, ///< Automatic start 110 MAIN_AUTO_INIT1 = 96, ///< Automatic start part 1
111 MAIN_AUTO_INIT2, ///< Automatic start part 2
115 MAIN_AUTO_DELAYSTART, ///< Delayed start 112 MAIN_AUTO_DELAYSTART, ///< Delayed start
116 MAIN_AUTO_HEATUP, ///< Heatup the system 113 MAIN_AUTO_HEATUP, ///< Heatup the system
117 MAIN_AUTO_MASH_IN = 100, ///< Mash-in 114 MAIN_AUTO_MASH_IN = 100, ///< Mash-in
118 MAIN_AUTO_MASH_1, ///< Mash step 1 115 MAIN_AUTO_MASH_1, ///< Mash step 1
119 MAIN_AUTO_MASH_2, ///< Mash step 2 116 MAIN_AUTO_MASH_2, ///< Mash step 2

mercurial