refactor: improved turbo mode

This commit is contained in:
Yurii
2024-10-31 22:35:23 +03:00
parent 1dbc895cdb
commit 261a53207c
3 changed files with 18 additions and 13 deletions

View File

@@ -95,7 +95,7 @@ struct Settings {
bool turbo = false;
float target = DEFAULT_HEATING_TARGET_TEMP;
float hysteresis = 0.5f;
float turboFactor = 3.0f;
float turboFactor = 7.5f;
byte minTemp = DEFAULT_HEATING_MIN_TEMP;
byte maxTemp = DEFAULT_HEATING_MAX_TEMP;
} heating;