From ee6f71a4c5495722b457253b6e4e3c4462721c50 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 31 Oct 2024 02:38:39 +0100 Subject: [PATCH] Voxless limitations --- Makefile | 2 +- compile-with-docker-all.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4fed6c..2e060a5 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ENABLE_FEAT_F4HWN_SCREENSHOT ?= 0 ENABLE_FEAT_F4HWN_SPECTRUM ?= 1 ENABLE_FEAT_F4HWN_RX_TX_TIMER ?= 1 ENABLE_FEAT_F4HWN_CHARGING_C ?= 1 -ENABLE_FEAT_F4HWN_SLEEP ?= 1 +ENABLE_FEAT_F4HWN_SLEEP ?= 1 ENABLE_FEAT_F4HWN_RESTORE_SCAN ?= 1 ENABLE_FEAT_F4HWN_NARROWER ?= 1 ENABLE_FEAT_F4HWN_RESET_CHANNEL ?= 0 diff --git a/compile-with-docker-all.sh b/compile-with-docker-all.sh index 489eefe..0dcba60 100755 --- a/compile-with-docker-all.sh +++ b/compile-with-docker-all.sh @@ -38,6 +38,7 @@ voxless() { ENABLE_NOAA=0 \ ENABLE_FEAT_F4HWN_RESTORE_SCAN=0 \ ENABLE_FEAT_F4HWN_CHARGING_C=0 \ + ENABLE_FEAT_F4HWN_NARROWER=0 \ TARGET=f4hwn.voxless \ && cp f4hwn.voxless* compiled-firmware/" }