fix: fix types

This commit is contained in:
Yurii
2024-10-11 01:33:49 +03:00
parent b0a9460257
commit 7672c4b927

View File

@@ -54,8 +54,8 @@ struct Settings {
byte faultStateGpio = DEFAULT_OT_FAULT_STATE_GPIO; byte faultStateGpio = DEFAULT_OT_FAULT_STATE_GPIO;
byte invertFaultState = false; byte invertFaultState = false;
unsigned int memberIdCode = 0; unsigned int memberIdCode = 0;
int8_t pressureMultiplier = 1; float pressureMultiplier = 1.0f;
int8_t dhwFlowRateMultiplier = 1; float dhwFlowRateMultiplier = 1.0f;
bool dhwPresent = true; bool dhwPresent = true;
bool summerWinterMode = false; bool summerWinterMode = false;
bool heatingCh2Enabled = true; bool heatingCh2Enabled = true;