chore: fix cpplint

This commit is contained in:
Yurii
2026-05-17 04:38:53 +03:00
parent 14d2262d2f
commit af2d4624b3
27 changed files with 209 additions and 431 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ struct Settings {
uint8_t minTemp = DEFAULT_DHW_MIN_TEMP;
uint8_t maxTemp = DEFAULT_DHW_MAX_TEMP;
uint8_t maxModulation = 100;
struct {
uint8_t highTemp = 95;
uint8_t lowTemp = 90;
@@ -441,4 +441,4 @@ struct Variables {
bool restarting = false;
bool upgrading = false;
} states;
} vars;
} vars;