|
@@ -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
|