فهرست منبع

2020-07-14 / Alston Lin

Actions
1. Add flag for max-charging to average-charging pass.

Files
1. As follow commit history.
Alston 4 سال پیش
والد
کامیت
1dc369988c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -452,6 +452,7 @@ struct ChargingInfoData
 	float 				PresentChargingCurrentL2;		//0~6553.5 amp	
 	float 				PresentChargingCurrentL3;		//0~6553.5 amp
 	char 				RemoteStartFlag;
+	unsigned char 			MaxChargingToAverPassFlag;
 };
 
 struct SysInfoData