We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2b124 commit 148e94eCopy full SHA for 148e94e
platformio.ini
@@ -15,7 +15,7 @@ src_dir = firmware/open_evse
15
lib_deps =
16
upload_protocol = usbasp
17
upload_flags = "-e -B0.5"
18
-version = 8.2.1
+version = 8.2.2
19
build_flags =
20
-D OEV6
21
-D RELAY_PWM
@@ -39,6 +39,7 @@ eu_build_flags =
39
-D MAX_CURRENT_CAPACITY_L2=32
40
-D OVERCURRENT_THRESHOLD=5
41
-D OVERCURRENT_TIMEOUT=10000UL
42
+ -D BTN_MENU
43
44
45
# Arduino 1.6.17 - requires Python 2
0 commit comments