feat: update portal for unit systems

This commit is contained in:
Yurii
2024-03-31 06:32:23 +03:00
parent 14aef20234
commit 0cff35ee12
4 changed files with 40 additions and 9 deletions

View File

@@ -387,7 +387,8 @@ protected:
bool published = false;
bool isStupidMode = !settings.pid.enable && !settings.equitherm.enable;
byte heatingMinTemp, heatingMaxTemp = 0;
byte heatingMinTemp = 0;
byte heatingMaxTemp = 0;
bool editableOutdoorTemp = settings.sensors.outdoor.type == SensorType::MANUAL;
bool editableIndoorTemp = settings.sensors.indoor.type == SensorType::MANUAL;