Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kimble4 authored Sep 23, 2024
1 parent dacf75f commit 8a97e9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ eu_build_flags =
-D MAX_CURRENT_CAPACITY_L2=32
-D OVERCURRENT_THRESHOLD=5
-D OVERCURRENT_TIMEOUT=10000UL
-D DEFAULT_SERVICE_LEVEL=2

[env:openevse_1-8-3]
platform = atmelavr@3.4.0
Expand Down Expand Up @@ -76,6 +75,15 @@ build_src_flags=
-D MV_FOR_L2=230000L
-D 'VERSION="${common.version}.EU"'

# EU OpenEVSE with DC RCD
[env:openevse_eudc]
extends = env:openevse
build_src_flags=
${common.eu_build_flags}
-D DC_GFCI_TEST
-D MV_FOR_L2=240000L
-D 'VERSION="${common.version}.EUDC"'

# Non-tethered T2 EmonEVSE single-phase
[env:emonevse]
extends = env:openevse
Expand Down

0 comments on commit 8a97e9e

Please sign in to comment.