|
@@ -218,7 +218,7 @@ static void soc_update_charger_remain_time(void){
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
uint32_t soc_get_cycle(void){
|
|
uint32_t soc_get_cycle(void){
|
|
|
- return _soc.total_coulomb/MAX_HA;
|
|
|
|
|
|
|
+ return _soc.total_coulomb/MAX_HA/2;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
uint32_t soc_get_charger_remain_time(void){
|
|
uint32_t soc_get_charger_remain_time(void){
|