main/config.h

changeset 19
49e2960d4642
parent 17
f3451031d6c6
child 20
3fd5e0fc075f
equal deleted inserted replaced
18:5d4a40fe9967 19:49e2960d4642
79 #include "task_sound.h" 79 #include "task_sound.h"
80 #include "task_http.h" 80 #include "task_http.h"
81 81
82 82
83 #define VERSION "0.2.5" ///< Application version 83 #define VERSION "0.2.5" ///< Application version
84
84 85
85 86
86 /** 87 /**
87 * @brief Main mode different screens 88 * @brief Main mode different screens
88 */ 89 */
144 MASH_WAITTEMP, ///< Wait to reach temperature. 145 MASH_WAITTEMP, ///< Wait to reach temperature.
145 MASH_REST, ///< Mash rest 146 MASH_REST, ///< Mash rest
146 MASH_ADD, ///< Add mash wait 147 MASH_ADD, ///< Add mash wait
147 MASH_IODINE, ///< Wait iodine test 148 MASH_IODINE, ///< Wait iodine test
148 MASH_REMOVE, ///< Wait mash remove 149 MASH_REMOVE, ///< Wait mash remove
150 MASH_INFUSE, ///< Wait infusion prompt
149 } MASH_TYPE; 151 } MASH_TYPE;
150 152
151 /** 153 /**
152 * @brief The working mode of the second heater SSR. 154 * @brief The working mode of the second heater SSR.
153 */ 155 */

mercurial