|
@@ -117,7 +117,7 @@ Storage 0x0A200000-0x7FFFFFFF 1886 MB
|
|
|
#define GENERAL_GUN_QUANTITY 0
|
|
|
#define PSU_QUANTITY 2
|
|
|
#define ONE_CONNECTOR_USE 0
|
|
|
-#elif defined DD360 || defined DD360Audi || defined DD360ComBox
|
|
|
+#elif defined DD360 || defined DD360Audi || defined DD360ComBox || defined DD360UCar
|
|
|
#define MAX_PSU_QUANTITY 62
|
|
|
#define CHAdeMO_QUANTITY 2
|
|
|
#define CCS_QUANTITY 2
|
|
@@ -654,6 +654,7 @@ struct ChargingInfoData
|
|
|
unsigned char PantographFlag; // 0: normal gun type, 1: pantograph gun type
|
|
|
unsigned char Replug_flag;
|
|
|
unsigned char isEVCCIDVerify;
|
|
|
+ unsigned char CCSGunType;
|
|
|
};
|
|
|
|
|
|
typedef union
|