瀏覽代碼

[Improve][AW-Regular][main.c]
2022-11-23 / EASON YANG
Action:
1.Improve: Get the firmware version withut MCU communication success.

File:
1. main.c
Action 1

FIRMWARE VERSION:V0.72.XX.XXXX.PX

8009 2 年之前
父節點
當前提交
118b7f9962
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      EVSE/Projects/AW-Regular/Apps/main.c

+ 3 - 0
EVSE/Projects/AW-Regular/Apps/main.c

@@ -4636,6 +4636,9 @@ int main(void)
 						{
 							ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = ON;
 						}
+
+						// Firmware version
+						get_firmware_version(gun_index);
 					}
 
 					if(ShmCharger->gun_info[gun_index].mcuFlag.isReadFwVerPass &&