add parameter for max modulation

This commit is contained in:
Yurii
2023-11-22 20:59:37 +03:00
parent 31cefce4bc
commit 227060591f
4 changed files with 34 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ struct Settings {
bool turbo = false;
float target = 40.0f;
float hysteresis = 0.5f;
byte maxModulation = 100;
byte minTemp = 20.0f;
byte maxTemp = 90.0f;
} heating;