Jelajahi Sumber

2021-04-06 / Wendell

Actions
1. fix communication issue with psu when emergency button pressed
2. fix power cabinet connection issue with dispenser
3. modify parallel relay logic
4. add new model name rule
5. add qr code display logic compatible with all model
6. fix final cost bug when alarm occur
7. synchronize output power with dispenser
8. fix 4G APN setting issue

Files
1. As follow commit history

Image version : D0.12.XX.XXXX.XX
Wendell 4 tahun lalu
induk
melakukan
e2d5061dd8
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      EVSE/Projects/DO360/Apps/main.c
  2. TEMPAT SAMPAH
      EVSE/Projects/DO360/Images/ramdisk.gz

+ 3 - 3
EVSE/Projects/DO360/Apps/main.c

@@ -1568,9 +1568,9 @@ void InitialShareMemoryInfo()
 
 	_UpgradeNeedReboot = FALSE;
 
-	sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn, "Internet");
-	sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId, " ");
-	sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd, " ");
+	//sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn, "Internet");
+	//sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId, " ");
+	//sprintf((char *)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd, " ");
 
 	ShmSysConfigAndInfo->SysConfig.TotalConnectorCount = 0;
 	ShmSysConfigAndInfo->SysConfig.AcConnectorCount = 0;

TEMPAT SAMPAH
EVSE/Projects/DO360/Images/ramdisk.gz