diff --git a/Makefile b/Makefile index 0c3e3ed..f1721dc 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1) VERSION_STRING_1 ?= v0.22 AUTHOR_STRING_2 ?= F4HWN - VERSION_STRING_2 ?= v3.9 + VERSION_STRING_2 ?= v4.0 EDITION_STRING ?= Custom diff --git a/compile-with-docker.sh b/compile-with-docker.sh index eaa6061..463984b 100755 --- a/compile-with-docker.sh +++ b/compile-with-docker.sh @@ -29,7 +29,7 @@ bandscope() { docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "rm ./compiled-firmware/*; cd /app && make -s \ ENABLE_SPECTRUM=1 \ ENABLE_FMRADIO=0 \ - ENABLE_AIRCOPY=1 \ + ENABLE_AIRCOPY=0 \ ENABLE_NOAA=0 \ ENABLE_FEAT_F4HWN_RESCUE_OPS=0 \ EDITION_STRING=Bandscope \