From db575da2bc7dd8a996a1ddad07b41092baa1df9b Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 26 Dec 2024 00:00:08 +0100 Subject: [PATCH] Let's go to 4.0 (and deleting Aircopy in the Bandscope edition) --- Makefile | 2 +- compile-with-docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \