V1.6
This commit is contained in:
@ -136,7 +136,7 @@ uint8_t AMS_Idle_Loop() {
|
||||
|
||||
int any_voltage_error = 0;
|
||||
for (size_t i = 0; i < numberofCells; i++) {
|
||||
if (module.cellVoltages[i] < 2500) {
|
||||
if (module.cellVoltages[i] < 3200) {
|
||||
any_voltage_error = 1;
|
||||
error_data.data_kind = SEK_UNDERVOLT;
|
||||
error_data.data[0] = i;
|
||||
|
||||
Reference in New Issue
Block a user