浏览代码

Merge branch 'AW-Regular' of https://git.phihong.com.tw:30000/System_Integration/CSU3_AM335x into AW-Regular

FolusWen 5 年之前
父节点
当前提交
63343cf17f

二进制
EVSE/Modularization/OcppBackend


+ 2 - 2
EVSE/Projects/AW-Regular/Apps/main.c

@@ -1063,7 +1063,7 @@ void get_firmware_version(unsigned char gun_index)
 	strcpy((char*)ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, ShmCharger->gun_info[gun_index].ver.Version_FW);
 	strcpy((char*)ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, ShmCharger->gun_info[gun_index].ver.Version_FW);
 
 
 	// Get CSU root file system version
 	// Get CSU root file system version
-	sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "B0.16.00.0000.00");
+	sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "B0.17.00.0000.00");
 
 
 	// Get AC connector type from model name
 	// Get AC connector type from model name
 	for(uint8_t idx=0;idx<3;idx++)
 	for(uint8_t idx=0;idx<3;idx++)
@@ -2299,7 +2299,6 @@ int main(void)
 						}
 						}
 
 
 						setLedMotion(gun_index, LED_ACTION_STOP);
 						setLedMotion(gun_index, LED_ACTION_STOP);
-						setRelay(gun_index, OFF);
 						getDateTimeString((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime);
 						getDateTimeString((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime);
 					}
 					}
 
 
@@ -2418,6 +2417,7 @@ int main(void)
 					   ShmOCPP16Data->MsMsg.bits.ResetReq)
 					   ShmOCPP16Data->MsMsg.bits.ResetReq)
 					{
 					{
 						setSpeaker(ON,SPEAKER_SHORT);
 						setSpeaker(ON,SPEAKER_SHORT);
+						setRelay(gun_index, OFF);
 						sleep(5);
 						sleep(5);
 
 
 						if(!ShmCharger->gun_info[gun_index].primaryMcuState.relay_state)
 						if(!ShmCharger->gun_info[gun_index].primaryMcuState.relay_state)

二进制
EVSE/Projects/AW-Regular/Images/FactoryDefaultConfig.bin


二进制
EVSE/Projects/AW-Regular/Images/MLO


二进制
EVSE/Projects/AW-Regular/Images/ramdisk.gz


二进制
EVSE/Projects/AW-Regular/Images/u-boot.img


二进制
EVSE/Projects/AW-Regular/Images/zImage


二进制
EVSE/rootfs/root/OcppBackend


二进制
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.tmp_vmlinux1


二进制
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.tmp_vmlinux2


+ 1 - 1
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.version

@@ -1 +1 @@
-399
+400