Pārlūkot izejas kodu

2021-03-04 / Eason Yang
Action
1) Added : Authorization fail reaction into authorize timeout
2) Rename : Version

File
1) Please follow the history

Version : V0.67.XX.XXXX.XX

8009 4 gadi atpakaļ
vecāks
revīzija
eeef96cba1

+ 4 - 1
EVSE/Projects/AW-Regular/Apps/main.c

@@ -2028,7 +2028,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, "V0.66.00.0000.00");
+	sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "V0.67.00.0000.00");
 
 	// Get AC connector type from model name
 	for(uint8_t idx=0;idx<3;idx++)
@@ -3741,6 +3741,9 @@ int main(void)
 					{
 						// Authorization timeout process.
 						ShmCharger->gun_info[gun_index].rfidReq = OFF;
+						setSpeaker(ON,SPEAKER_INTERVAL_3COUNT);
+						setLedMotion(gun_index,LED_ACTION_RFID_FAIL);
+						sleep(3);
 						setChargerMode(gun_index, SYS_MODE_IDLE);
 						DEBUG_WARN("Authorize timeout !!!\n");
 					}

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


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


BIN
EVSE/rootfs/root/OcppBackend20