diff --git a/platformio.ini b/platformio.ini index 7f09be41..2f595556 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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] @@ -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] @@ -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"'