From ad9cc0c8b77dd06d2325a945211c9725cd426f9a Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Mon, 29 Jan 2024 17:45:16 +0100 Subject: [PATCH] Disable DTMF_CALLING --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2202ce..9f47bd7 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ENABLE_VOX ?= 1 ENABLE_ALARM ?= 0 ENABLE_TX1750 ?= 0 ENABLE_PWRON_PASSWORD ?= 0 -ENABLE_DTMF_CALLING ?= 1 +ENABLE_DTMF_CALLING ?= 0 ENABLE_FLASHLIGHT ?= 1 # ---- CUSTOM MODS ----