소스 검색

2020-02-27 /Eason Yang
1.Change main.c. Reason : if system in TERMINATING dont set relay off.
Version : B0.17.00.0000.00

8009 5 년 전
부모
커밋
6137b40d90

BIN
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);
 
 	// 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
 	for(uint8_t idx=0;idx<3;idx++)
@@ -2299,7 +2299,6 @@ int main(void)
 						}
 
 						setLedMotion(gun_index, LED_ACTION_STOP);
-						setRelay(gun_index, OFF);
 						getDateTimeString((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime);
 					}
 
@@ -2418,6 +2417,7 @@ int main(void)
 					   ShmOCPP16Data->MsMsg.bits.ResetReq)
 					{
 						setSpeaker(ON,SPEAKER_SHORT);
+						setRelay(gun_index, OFF);
 						sleep(5);
 
 						if(!ShmCharger->gun_info[gun_index].primaryMcuState.relay_state)

BIN
EVSE/Projects/AW-Regular/Images/FactoryDefaultConfig.bin


BIN
EVSE/Projects/AW-Regular/Images/MLO


BIN
EVSE/Projects/AW-Regular/Images/ramdisk.gz


BIN
EVSE/Projects/AW-Regular/Images/u-boot.img


BIN
EVSE/Projects/AW-Regular/Images/zImage


BIN
EVSE/rootfs/root/OcppBackend


BIN
board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/.tmp_vmlinux1


BIN
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