weed out old versioning macros (#1312)

weed out old versioning macros
This commit is contained in:
Thomas Göttgens
2022-03-20 11:53:37 +01:00
committed by GitHub
parent 8adacba3a1
commit bbf044795a
7 changed files with 4 additions and 15 deletions

View File

@@ -34,8 +34,6 @@ function do_build() {
# The shell vars the build tool expects to find
export APP_VERSION=$VERSION
# Are we building a universal/regionless rom?
export HW_VERSION="1.0"
basename=universal/firmware-$BOARD-$VERSION
pio run --environment $BOARD # -v

View File

@@ -22,8 +22,6 @@ rm -f .pio/build/$1/firmware.*
# The shell vars the build tool expects to find
export APP_VERSION=$VERSION
# Are we building a universal/regionless rom?
export HW_VERSION="1.0"
basename=firmware-$1-$VERSION
pio run --environment $1 # -v

View File

@@ -22,7 +22,6 @@ rm -f .pio/build/$1/firmware.*
# The shell vars the build tool expects to find
export APP_VERSION=$VERSION
export HW_VERSION="1.0"
basename=firmware-$1-$VERSION
pio run --environment $1 # -v