Parcourir la source

2020-04-22 / Alston Lin

Actions
1. Add a chearger type to check input ovp and uvp value

Files
1. As follow commit history
Alston il y a 5 ans
Parent
commit
9df2f57c55
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -502,6 +502,7 @@ struct SysInfoData
 	unsigned char 		ConnectorPage;
 	unsigned char		IsAlternatvieConf;				// 0 : normal, 1 : alternative
 	unsigned char		StartToChargingFlag;			// 0 : Stop, 1 : Start for modbus
+	unsigned char 		ChargerType;					// 0 : IEC, 1 : UL
 };
 
 struct WARNING_CODE_INFO