Browse Source

2020-01-05 / Alston Lin

Actions
1. Add value to define.h for check authorizing status

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

+ 2 - 1
EVSE/Projects/define.h

@@ -40,7 +40,7 @@ Storage							0x0A200000-0x7FFFFFFF		1886 MB
 #define CHAdeMO_QUANTITY	1
 #define CCS_QUANTITY		1
 #define GB_QUANTITY		0
-#define AC_QUANTITY		0	
+#define AC_QUANTITY		1	
 #define PSU_QUANTITY		2
 #define ONE_CONNECTOR_USE	0
 
@@ -301,6 +301,7 @@ struct SysInfoData
 {
 	/**************System***************/
 	unsigned char BootingStatus;			// 0 : booting, 1 : Initializing Complete.
+	unsigned char AuthorizeFlag;			// 0 : None, 1 : Authorizing
 	unsigned char FactoryConfiguration;	//0: normal, 1: trigger, charger will return the configuration to factory default if trigger
 	float InputVoltageR;			//0~655.35 volt
 	float InputVoltageS;				//0~655.35 volt