Actions 1. fix EVCCID array size Files 1. As follow hitosy commit
@@ -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