We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadd193 commit 5b9d799Copy full SHA for 5b9d799
platformio.ini
@@ -16,7 +16,7 @@ lib_deps =
16
upload_protocol = usbasp
17
upload_flags = "-e -B0.5"
18
version = 8.2.1
19
-build_flags =
+build_flags =
20
-D OEV6
21
-D RELAY_PWM
22
-D SHOW_DISABLED_TESTS
@@ -37,6 +37,8 @@ eu_build_flags =
37
-D PERIODIC_LCD_REFRESH_MS=120000UL
38
-D DEFAULT_CURRENT_CAPACITY_L2=32
39
-D MAX_CURRENT_CAPACITY_L2=32
40
+ -D OVERCURRENT_THRESHOLD=5
41
+ -D OVERCURRENT_TIMEOUT=10000UL
42
43
# Arduino 1.6.17 - requires Python 2
44
[env:openevse_1-6-17]
0 commit comments