|
@@ -454,11 +454,11 @@ void page_charging(uint8_t gun_index, uint8_t system_mode)
|
|
|
{
|
|
|
setConnectionAnimation(gun_index, system_mode);
|
|
|
setPresentChargedDuration(gun_index);
|
|
|
+ setPresentChargedgPower(gun_index);
|
|
|
|
|
|
if(getDiffSecNow(startTime[gun_index][TMR_IDX_REFRESH_INFO]) >= (TIME_REFRESH_INFO))
|
|
|
{
|
|
|
setPresentChargedEnergy(gun_index, system_mode);
|
|
|
- setPresentChargedgPower(gun_index);
|
|
|
|
|
|
if((ShmSysConfigAndInfo->SysInfo.OcppConnStatus == ON))
|
|
|
{
|