From f629993c41f7de30ce7372de2e4ecf4afd2f23a9 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 25 Dec 2024 02:16:42 +0100 Subject: [PATCH] Disable useless option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8881fbd..0c3e3ed 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ ENABLE_FEAT_F4HWN ?= 1 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_CHARGING_C ?= 0 ENABLE_FEAT_F4HWN_SLEEP ?= 1 ENABLE_FEAT_F4HWN_RESTORE_SCAN ?= 1 ENABLE_FEAT_F4HWN_NARROWER ?= 1