Skip to content

Commit

Permalink
bump V7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Mar 17, 2021
1 parent a1e64c7 commit 15cabef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ framework = arduino
lib_deps = ${common.lib_deps}
upload_protocol = ${common.upload_protocol}
upload_flags = ${common.upload_flags}
src_build_flags=-D 'VERSION="7.1.2.EU"'
src_build_flags=-D 'VERSION="7.1.3.EU"'

# Non-tethered T2 EmonEVSE single-phase
[env:emonevse]
Expand All @@ -43,7 +43,7 @@ upload_flags = -p m328p
# Enable PP_AUTO_AMPACITY (don't exceed max current capacity of non-tethered cable)
src_build_flags=
-D PP_AUTO_AMPACITY
-D 'VERSION="7.1.2.T2"'
-D 'VERSION="7.1.3.T2"'

# Non-tethered T2 EmonEVSE three-phase
[env:emonevse-3ph]
Expand All @@ -57,4 +57,4 @@ upload_flags = -p m328p
src_build_flags=
-D PP_AUTO_AMPACITY
-D THREEPHASE
-D 'VERSION="7.1.2.3P"'
-D 'VERSION="7.1.3.3P"'

0 comments on commit 15cabef

Please sign in to comment.