Browse Source

Merge branch 'master' of https://git.phihong.com.tw:30000/System_Integration/CSU3_AM335x

FolusWen 5 years ago
parent
commit
3e863e362a
1 changed files with 3 additions and 0 deletions
  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