main/config.h

branch
idf 5.1
changeset 137
e0f50087c909
parent 136
89fc3c57282e
child 138
eab1b7c07cdf
--- a/main/config.h	Wed Jun 26 21:48:49 2024 +0200
+++ b/main/config.h	Fri Jun 28 15:33:24 2024 +0200
@@ -260,7 +260,7 @@
     char	SSID[32];			///< Station SSID
     char	Password[64];			///< Station password
     bool	hide;				///< Hide from AP scan.
-} my_wifiStation_t;					///< Station record.
+} my_wifiStation_t;				///< Station record.
 
 /**
  * @brief Add a new station record.
@@ -303,8 +303,8 @@
     uint32_t		TimeBrewing;			///< Time we are brewing.
     uint8_t		MashStep;			///< Current mash step.
     bool		MaltAdded;			///< If malt was added.
-    TickType_t		MLT_usage;			///< MLT usage counter.
-    TickType_t		HLT_usage;			///< HLT usage counter.
+    uint16_t		MLT_usage;			///< MLT usage counter.
+    uint16_t		HLT_usage;			///< HLT usage counter.
 } my_runtime_t;						///< Runtime record.
 
 

mercurial