Explorar o código

[Imporve][AW-CCS][main.c]
2022-03-07 / Eason Yang
Action
1. Improve: refresh timer for charging profiles log print out.

File
1. main.c
Action 1

FIRMWARE VERSION: B0.61.XX.XXXX.PX

8009 %!s(int64=3) %!d(string=hai) anos
pai
achega
e929cd8bf7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      EVSE/Projects/AW-CCS/Apps/main.c

+ 4 - 0
EVSE/Projects/AW-CCS/Apps/main.c

@@ -4298,6 +4298,8 @@ void checkChargingProfileLimit(uint8_t gun_index, uint8_t system_mode)
 				DEBUG_INFO("Transaction ID: %d\n", ShmOCPP16Data->SmartChargingProfile[gun_index].TransactionId);
 				DEBUG_INFO("ChargingRateUnit: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingRateUnit);
 				DEBUG_INFO("===============================================================\n");
+				
+				refreshStartTimer(&startTime[gun_index][TMR_IDX_REFRESH_CHARGING_INFO]);
 			}
 
 			// Checking profile kind
@@ -4348,6 +4350,8 @@ void checkChargingProfileLimit(uint8_t gun_index, uint8_t system_mode)
 				DEBUG_INFO("Transaction ID: %d\n", ShmOCPP20Data->SmartChargingProfile[gun_index].transactionId);
 				DEBUG_INFO("ChargingRateUnit: %s\n", ShmOCPP20Data->SmartChargingProfile[gun_index].chargingSchedule[0].chargingRateUnit);
 				DEBUG_INFO("===============================================================\n");
+				
+				refreshStartTimer(&startTime[gun_index][TMR_IDX_REFRESH_CHARGING_INFO]);
 			}
 
 			// Checking profile kind