Skip to content

Commit 276adc1

Browse files
authored
Update platformio.ini
Add support for Continuous Ground Monitoring on OpenEVSE v6+ hardware
1 parent 5d931b6 commit 276adc1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

platformio.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ build_src_flags=
6868
${common.us_build_flags}
6969
-D 'VERSION="${common.version}"'
7070

71+
# v6 CGMI OpenEVSE
72+
[env:openevse_v6]
73+
extends = env:openevse
74+
build_src_flags=
75+
${common.eu_build_flags}
76+
-D ENABLE_CGMI
77+
-D NO_AUTOSVCLEVEL
78+
-D DEFAULT_SERVICE_LEVEL=2
79+
-D 'VERSION="${common.version}.CGMI"'
80+
7181
# EU OpenEVSE
7282
[env:openevse_eu]
7383
extends = env:openevse

0 commit comments

Comments
 (0)