We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77924a3 commit 8e49298Copy full SHA for 8e49298
platformio.ini
@@ -28,10 +28,11 @@ build_flags =
28
#-D TIME_LIMIT
29
#-D CHARGE_LIMIT
30
-D MENNEKES_LOCK
31
- -D BOOTLOCK
+ -D HEARTBEAT_SUPERVISION
32
us_build_flags =
33
${common.build_flags}
34
-D AUTOSVCLEVEL
35
+ #-D BOOTLOCK
36
eu_build_flags =
37
38
-D NO_AUTOSVCLEVEL
@@ -76,6 +77,8 @@ build_src_flags=
76
77
-D ENABLE_CGMI
78
79
-D DEFAULT_SERVICE_LEVEL=2
80
+ #-D BTN_MENU
81
+ #-D RTC
82
-D 'VERSION="${common.version}.CGMI"'
83
84
# EU OpenEVSE
0 commit comments