Ver código fonte

2020-08-21 / Alston Lin

Actions
1. fix EVCCID array size

Files
1. As follow hitosy commit
Alston 4 anos atrás
pai
commit
88db50a040
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      EVSE/Projects/define.h

+ 1 - 1
EVSE/Projects/define.h

@@ -477,7 +477,7 @@ struct ChargingInfoData
 	float 				PresentChargingCurrentL3;		//0~6553.5 amp
 	char 				RemoteStartFlag;
 	unsigned char 		MaxChargingToAverPassFlag;
-	unsigned char		EVCCID[9];						//the MAC address of the EVCC in Hex
+	unsigned char		EVCCID[18];						//the MAC address of the EVCC in Hex
 };
 
 struct SysInfoData