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