Преглед изворни кода

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 година
родитељ
комит
e2d5061dd8
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      EVSE/Projects/DO360/Apps/main.c
  2. BIN
      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;

BIN
EVSE/Projects/DO360/Images/ramdisk.gz