瀏覽代碼

2022-01-07 / Eason Yang
Action
1. Bugfix: Trun isHandshakeTimerRefresh flag to NO, When the system was authorized validation for the RFID card. It will cause the screen stuck on the power consumption page.

File
1. Module_LcmContorl.c
Action 1

LCM FIRMWARE VERSION: V0.26

8009 3 年之前
父節點
當前提交
b208650035
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

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

@@ -2,9 +2,9 @@
  * Module_LcmControl.c
  *
  * Created on : 2020-10-20
- * Update on : 2021-12-24
+ * Update on : 2022-01-07
  * Author : Folus Wen, Eason Yang
- * Version : V0.25
+ * Version : V0.26
  *
  */
 
@@ -114,7 +114,7 @@ int Uart1Fd;
 //=======================================
 // Record version and date
 //=======================================
-char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.25", "2021-12-24", "REV.02.00"};
+char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.26", "2022-01-07", "REV.02.00"};
 
 //=======================================
 // Common routine
@@ -2656,6 +2656,7 @@ int main(void)
 			else
 			{
 				refreshStartTimer(&startTime[ShmCharger->gun_selectd][TMR_IDX_SHOW_AUTH_RESULT]);
+				ShmCharger->gun_info[ShmCharger->gun_selectd].isHandshakeTimerRefresh = NO;
 
 				switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[ShmCharger->gun_selectd].SystemStatus)
 				{