Browse Source

[Improve][Module_LcmControl.c]
2022-11-07 / EASON YANG
Action:
1. Improve: Improve respond for authorization.

File:
1. Module_LcmControl.c
Action 1

LCM VERSION: V0.31.

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

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

@@ -159,7 +159,7 @@ int CheckCurrentPageCounter = 0;
 //=======================================
 // Record version and date
 //=======================================
-char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-10-19", "REV.03.00"};
+char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-11-07", "REV.03.00"};
 
 //=======================================
 // Common routine
@@ -4290,6 +4290,10 @@ int main(void)
 					}
 					ShmCharger->gun_info[ShmCharger->gun_selectd].isHandshakeTimerRefresh = NO;
 				}
+				else
+				{
+					page_authorizing(ShmCharger->gun_selectd);
+				}
 			}
 			else
 			{