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 \