From 7af6b8dfce0df4784306f9a54d713fef85ab5e62 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 17 Feb 2025 04:06:54 +0100 Subject: [PATCH] Fix config --- compile-with-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile-with-docker.sh b/compile-with-docker.sh index a5bb127..c9480f5 100755 --- a/compile-with-docker.sh +++ b/compile-with-docker.sh @@ -74,9 +74,9 @@ voxless() { ENABLE_NOAA=0 \ ENABLE_FEAT_F4HWN_RESUME_STATE=0 \ ENABLE_FEAT_F4HWN_CHARGING_C=0 \ - ENABLE_FEAT_F4HWN_NARROWER=0 \ - ENABLE_FEAT_F4HWN_INV=0 \ + ENABLE_FEAT_F4HWN_INV=1 \ ENABLE_FEAT_F4HWN_CTR=0 \ + ENABLE_FEAT_F4HWN_NARROWER=0 \ ENABLE_FEAT_F4HWN_RESCUE_OPS=0 \ EDITION_STRING=Voxless \ TARGET=f4hwn.voxless \