Browse Source

2020-04-22 / Alston Lin

Actinos
1. Add the record item for connector output info.

Files
1. As follow commit history.
Alston 5 năm trước cách đây
mục cha
commit
d2587b19de
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      EVSE/Projects/define.h

+ 3 - 0
EVSE/Projects/define.h

@@ -424,6 +424,9 @@ struct ChargingInfoData
 	unsigned char 		IsModeChagned;
 	unsigned char 		IsCharging;
 	unsigned char 		IsErrorOccur;
+	float 				RealMaxVoltage;
+	float				RealMaxCurrent;
+	float 				RealMaxPower;
 };
 
 struct SysInfoData