Skip to content

Commit

Permalink
set default voltage to 230V for EU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Apr 24, 2023
1 parent 48179e9 commit 0cafc6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ build_src_flags=
extends = env:openevse
build_src_flags=
${common.eu_build_flags}
-D MV_FOR_L2=230000L
-D 'VERSION="${common.version}.EU"'

# Non-tethered T2 EmonEVSE single-phase
Expand All @@ -103,6 +104,7 @@ extends = env:openevse
build_src_flags=
${common.eu_build_flags}
-D PP_AUTO_AMPACITY
-D MV_FOR_L2=230000L
-D 'VERSION="${common.version}.T2"'

# Non-tethered T2 EmonEVSE three-phase
Expand Down

0 comments on commit 0cafc6c

Please sign in to comment.