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