|
@@ -392,7 +392,7 @@ static void check_charging(){
|
|
|
}else {
|
|
}else {
|
|
|
debounce_reset(_charging_detect);
|
|
debounce_reset(_charging_detect);
|
|
|
}
|
|
}
|
|
|
- }else if ((measure_value()->load_current < MIN_START_LOADING_CURRENT)){
|
|
|
|
|
|
|
+ }else/* if ((measure_value()->load_current < MIN_START_LOADING_CURRENT))*/{
|
|
|
if (_bms_state.charging) {
|
|
if (_bms_state.charging) {
|
|
|
debounce_inc(_charging_detect);
|
|
debounce_inc(_charging_detect);
|
|
|
if (debounce_reach_max(_charging_detect)){
|
|
if (debounce_reach_max(_charging_detect)){
|