|
@@ -186,10 +186,11 @@ static int _soc_update_by_ocv(uint8_t prev_charge_status){
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (chargering || prev_charge_status) {
|
|
if (chargering || prev_charge_status) {
|
|
|
|
|
+ /*
|
|
|
if (bms_state_get()->ps_charger_mask && !bms_state_get()->ps_charger_in) { //ps100 上报无充电器,不做处理
|
|
if (bms_state_get()->ps_charger_mask && !bms_state_get()->ps_charger_in) { //ps100 上报无充电器,不做处理
|
|
|
ocv_full_count = 0;
|
|
ocv_full_count = 0;
|
|
|
return changed;
|
|
return changed;
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
if (bms_health()->sigle_cell_over_voltage) { //单电芯过压强制充满
|
|
if (bms_health()->sigle_cell_over_voltage) { //单电芯过压强制充满
|
|
|
_force_capacity_full();
|
|
_force_capacity_full();
|
|
|
ocv_full_count = 0;
|
|
ocv_full_count = 0;
|