Let's go to 4.0 (and deleting Aircopy in the Bandscope edition)

This commit is contained in:
Armel FAUVEAU
2024-12-26 00:00:08 +01:00
parent d365896abb
commit db575da2bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 \