Эх сурвалжийг харах

2020-08-21 / Alston Lin

Actions
1. fix EVCCID array size

Files
1. As follow hitosy commit
Alston 4 жил өмнө
parent
commit
88db50a040

+ 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