small fix settings

This commit is contained in:
Yurii
2023-11-22 23:07:02 +03:00
parent 44fdff61bd
commit c556c38cbc
3 changed files with 24 additions and 24 deletions

View File

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