mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
feat: added freeze protection parameter for heating, removed forced start of heating in emergency mode #157
This commit is contained in:
@@ -110,6 +110,7 @@ struct Settings {
|
||||
uint8_t maxModulation = 100;
|
||||
uint8_t overheatHighTemp = 95;
|
||||
uint8_t overheatLowTemp = 90;
|
||||
uint8_t antiFreezeTemp = 10;
|
||||
} heating;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user