auto restart after changing some settings

This commit is contained in:
Yurii
2023-11-11 21:40:22 +03:00
parent e9bf4c4bd5
commit eedbd7b80a
4 changed files with 111 additions and 19 deletions

View File

@@ -106,6 +106,8 @@ struct Variables {
} temperatures;
struct {
unsigned long restartSignalTime = 0;
unsigned int restartAfterTime = 0;
bool heatingEnabled = false;
byte heatingMinTemp = 20;
byte heatingMaxTemp = 90;