Let's go to 4.0 (and deleting Aircopy in the Bandscope edition)
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user