浏览代码

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. 二进制
      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;

二进制
EVSE/Projects/DO360/Images/ramdisk.gz