Browse Source

action:add a new EVSE in define.h

reason:
in define.h, we define some macros use for different type of EVSE.
this is a new one.
so we add a new type of EVSE macros.
william 2 years ago
parent
commit
84af2182bb
1 changed files with 9 additions and 0 deletions
  1. 9 0
      EVSE/Projects/define.h

+ 9 - 0
EVSE/Projects/define.h

@@ -162,6 +162,15 @@ Storage							0x0A200000-0x7FFFFFFF		1886 MB
     #define GENERAL_GUN_QUANTITY    0
     #define PSU_QUANTITY            2
     #define ONE_CONNECTOR_USE       0
+#elif defined DQC480
+    #define MAX_PSU_QUANTITY        62
+    #define CHAdeMO_QUANTITY        0
+    #define CCS_QUANTITY            0
+    #define GB_QUANTITY             0
+    #define AC_QUANTITY             0
+    #define GENERAL_GUN_QUANTITY    4
+    #define PSU_QUANTITY            6
+    #define ONE_CONNECTOR_USE       0
 #else
     #define MAX_PSU_QUANTITY        62
     #define CHAdeMO_QUANTITY        2