浏览代码

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