Signed-off-by: huhui <huhui@sharkgulf.com>
@@ -654,6 +654,7 @@ static void check_cell_balance(uint8_t current_max_index){
return;
}
if ((!_bms_state.pack_balancing && _bms_state.cell_max_vol < MAX_CELL_VOLTAGE_FOR_BALACNE) || _bms_state.pack_balancing){
+ debounce_reset(_cell_balance);
if (_bms_state.cell_max_vol >= MAX_CELL_VOLTAGE_FOR_BALACNE){