mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
use TinyLogger lib
This commit is contained in:
@@ -109,8 +109,6 @@ struct Variables {
|
||||
} temperatures;
|
||||
|
||||
struct {
|
||||
unsigned long restartSignalTime = 0;
|
||||
unsigned int restartAfterTime = 0;
|
||||
bool heatingEnabled = false;
|
||||
byte heatingMinTemp = 20;
|
||||
byte heatingMaxTemp = 90;
|
||||
@@ -123,4 +121,10 @@ struct Variables {
|
||||
uint8_t masterType;
|
||||
uint8_t masterVersion;
|
||||
} parameters;
|
||||
|
||||
struct {
|
||||
bool restart = false;
|
||||
bool faultReset = false;
|
||||
bool diagnosticReset = false;
|
||||
} actions;
|
||||
} vars;
|
||||
Reference in New Issue
Block a user