This commit is contained in:
Yurii
2023-10-11 19:04:58 +03:00
parent fca6dc9393
commit 6d3172b73b
5 changed files with 9 additions and 8 deletions

View File

@@ -106,6 +106,7 @@ struct Variables {
} temperatures;
struct {
bool heatingEnabled = false;
byte heatingMinTemp = 0;
byte heatingMaxTemp = 0;
byte heatingSetpoint = 0.0f;