ソースを参照

2021-11-24 / Simon Xue

Action
1. Add CCSGunType in struct ChargingInfoData for UCar.

File
1. As follow commit history

Image version : V2.00.XX.XXXX.XX
Simon Xue 3 年 前
コミット
e96892ed29
1 ファイル変更2 行追加1 行削除
  1. 2 1
      EVSE/Projects/define.h

+ 2 - 1
EVSE/Projects/define.h

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