Browse Source

2021-12-22 / Eason Yang
Action
1. Improve: Remove charged power out of 3 seconds time loop.

File
1. Module_LcmControl.c
Action 1

LCM VERSION: V0.25

8009 3 years ago
parent
commit
c0b8bdce8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

+ 1 - 1
EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

@@ -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))
 			{