@@ -14,11 +14,11 @@ static const Thresholds motorTempThresholds = {.warnLow = -20, .warnHigh = 105,
1414// -- BMS Thresholds --
1515static const Thresholds bmsTempThresholds = {.warnLow = -10 , .warnHigh = 50 , .critLow = -15 , .critHigh = 60 , .hysteresis = 2.0f };
1616static const Thresholds bmsCellTempThresholds = {.warnLow = -10 , .warnHigh = 50 , .critLow = -15 , .critHigh = 56 , .hysteresis = 2.0f };
17- static const Thresholds bmsHighCellVoltageThresholds = {.warnLow = 0.0 , .warnHigh = 4.19 , .critLow = 0.0 , .critHigh = 4.20 , . hysteresis = 0.0f };
18- static const Thresholds bmsLowCellVoltageThresholds = {.warnLow = 3.2 , .warnHigh = 4.5 , .critLow = 3.0 , .critHigh = 4.8 , . hysteresis = 0.0f };
19- static const Thresholds bmsSOCThresholds = {.warnLow = 15.0 , .warnHigh = 101.0 , .critLow = 5.0 , .critHigh = 110.0 , . hysteresis = 0.0f };
20- static const Thresholds bmsTotalVoltageThresholds = {.warnLow = 79.2 , .warnHigh = 100.4 , .critLow = 69.6 , .critHigh = 100.8 , . hysteresis = 0.0f };
21- static const Thresholds bmsVoltageDifferentialThresholds = {.warnLow = -1.0 , .warnHigh = 0.2 , .critLow = -2.0 , .critHigh = 0.4 , . hysteresis = 0.0f };
17+ static const Thresholds bmsHighCellVoltageThresholds = {.warnLow = 0.0 , .warnHigh = 4.19 , .critLow = 0.0 , .critHigh = 4.20 };
18+ static const Thresholds bmsLowCellVoltageThresholds = {.warnLow = 3.2 , .warnHigh = 4.5 , .critLow = 3.0 , .critHigh = 4.8 };
19+ static const Thresholds bmsSOCThresholds = {.warnLow = 15.0 , .warnHigh = 101.0 , .critLow = 5.0 , .critHigh = 110.0 };
20+ static const Thresholds bmsTotalVoltageThresholds = {.warnLow = 79.2 , .warnHigh = 100.4 , .critLow = 69.6 , .critHigh = 100.8 };
21+ static const Thresholds bmsVoltageDifferentialThresholds = {.warnLow = -1.0 , .warnHigh = 0.2 , .critLow = -2.0 , .critHigh = 0.4 };
2222
2323// -- Altimeter Thresholds --
2424static const Thresholds baroTempThresholds = {.warnLow = 0 , .warnHigh = 50 , .critLow = -10 , .critHigh = 80 , .hysteresis = 2.0f };
0 commit comments