Browse Source

2021-11-28 / Wendell
Actions
1. [mod] enable fan board for db model
2. [mod] DO led indication for db model
3. [fix] Module_InternalComm lost when enable fan board at db model

Files
1. As follow commit history

Image version : V1.05.XX.XXXX.XX

Wendell 3 years ago
parent
commit
612d349e08

+ 1 - 1
EVSE/Projects/DO360/Apps/Module_InternalComm.c

@@ -1780,7 +1780,7 @@ void Initialization()
 	while(!isPass)
 	{
 		isPass = true;
-		for (byte _index = 0; _index < gunCount; _index++)
+		for (byte _index = 0; _index < CONNECTOR_QUANTITY; _index++)
 		{
 			if (!FindChargingInfoData(_index, &_chargingData[0]))
 			{

+ 3 - 2
EVSE/Projects/DO360/Apps/main.c

@@ -2092,10 +2092,11 @@ bool InitialChargerSetting(void)
     }
     else if(ShmSysConfigAndInfo->SysConfig.ModelName[0] == 'D' && ShmSysConfigAndInfo->SysConfig.ModelName[1] == 'B')
     {
-        ShmChargerInfo->Control.SysCtrl.bits.FanBoardDisable = true;
+        //ShmChargerInfo->Control.SysCtrl.bits.FanBoardDisable = true;
         ShmChargerInfo->Control.SysCtrl.bits.LedBoardDisable = true;
 
-        ShmChargerInfo->Control.SysCtrl.bits.DKLedIndication = true;
+        ShmChargerInfo->Control.SysCtrl.bits.DOLedIndication = true;
+        //ShmChargerInfo->Control.SysCtrl.bits.DKLedIndication = true;
         ShmChargerInfo->Control.RelayCtrl.bits.AcInputDisable = true;
         ShmChargerInfo->Control.RelayCtrl.bits.DcInputEnable = true;
     }

BIN
EVSE/Projects/DO360/Images/FactoryDefaultConfig.bin


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