|
|
@@ -510,7 +510,7 @@ static void soc_update_by_current_and_time(float current_now, float delta_time,
|
|
|
|
|
|
/*休眠bms功耗 + 电芯自放电 28天 3% (28天1AH)*/
|
|
|
void soc_update_for_deepsleep(float sleep_time){
|
|
|
- soc_update_by_current_and_time(-(0.32f + 1000.0f/(24.f * 28.f)), sleep_time, 0); //休眠功耗310uA(300uA + 10uA固定消耗)
|
|
|
+ soc_update_by_current_and_time(-(0.50f + 1000.0f/(24.f * 28.f)), sleep_time, 0); //休眠功耗310uA(300uA + 10uA固定消耗)
|
|
|
current_sample_ts = shark_get_mseconds(); //唤醒后复位采集时间,如果不采集会重复计算
|
|
|
}
|
|
|
|