main/config.h

branch
idf 5.1
changeset 137
e0f50087c909
parent 136
89fc3c57282e
child 138
eab1b7c07cdf
equal deleted inserted replaced
136:89fc3c57282e 137:e0f50087c909
258 */ 258 */
259 typedef struct { 259 typedef struct {
260 char SSID[32]; ///< Station SSID 260 char SSID[32]; ///< Station SSID
261 char Password[64]; ///< Station password 261 char Password[64]; ///< Station password
262 bool hide; ///< Hide from AP scan. 262 bool hide; ///< Hide from AP scan.
263 } my_wifiStation_t; ///< Station record. 263 } my_wifiStation_t; ///< Station record.
264 264
265 /** 265 /**
266 * @brief Add a new station record. 266 * @brief Add a new station record.
267 * @param SSID The SSID 267 * @param SSID The SSID
268 * @param Password The password for this SSID 268 * @param Password The password for this SSID
301 bool UseHLT; ///< Use HLT during brew. 301 bool UseHLT; ///< Use HLT during brew.
302 bool PumpCooling; ///< Pump during cooling. 302 bool PumpCooling; ///< Pump during cooling.
303 uint32_t TimeBrewing; ///< Time we are brewing. 303 uint32_t TimeBrewing; ///< Time we are brewing.
304 uint8_t MashStep; ///< Current mash step. 304 uint8_t MashStep; ///< Current mash step.
305 bool MaltAdded; ///< If malt was added. 305 bool MaltAdded; ///< If malt was added.
306 TickType_t MLT_usage; ///< MLT usage counter. 306 uint16_t MLT_usage; ///< MLT usage counter.
307 TickType_t HLT_usage; ///< HLT usage counter. 307 uint16_t HLT_usage; ///< HLT usage counter.
308 } my_runtime_t; ///< Runtime record. 308 } my_runtime_t; ///< Runtime record.
309 309
310 310
311 /** 311 /**
312 * @brief Write runtime information to disk. 312 * @brief Write runtime information to disk.

mercurial