#ifdef FIRMWARE_VARIANT_HEATCONTROL struct confDataHeatc { uint8_t heatCurve[9]; // 9 bytes uint8_t heatLocktime[9]; // 18 uint8_t pumpBacklash; // 19 - in minutes bool useHeatCurve; // 20 bool forceHeatCurve; // 21 uint8_t hystereseOff; // 22 uint8_t hystereseOn; // 23 uint8_t tempFeedLimit = 90; // 24 bool unused_bool_var_1 = false; // 25 bool forceHeatCurveAlsoForSwitchOn = false; // 26 uint8_t pumpTime_forceRun = 1; // 27 - in minutes uint8_t pump_forceRunInterval = 5; // 28 - in hours uint8_t pump_forceRunTimeBegin = 10; // 29 uint8_t pump_forceRunTimeEnd = 20; // 30 uint8_t disableAboveTOut = 22; // 31 char spare[33]; // 64 } confHeatc; bool confHeatc_wasChanged; #endif