瀏覽代碼

2020-04-22 / Alston Lin

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

Files
1. As follow commit history.
Alston 5 年之前
父節點
當前提交
d2587b19de
共有 1 個文件被更改,包括 3 次插入0 次删除
  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