From 43e61bf0a1215fd529540a09cf74ca6bd8be3e9a Mon Sep 17 00:00:00 2001 From: OneOfEleven <51590168+OneOfEleven@users.noreply.github.com> Date: Sat, 9 Sep 2023 08:59:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdd104..b2fe452 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can edit those changes by (currently) editing the MakeFile, look for these l * CFLAGS += -DDISABLE_VOICE .. remove spoken VOICES option from the firmware * CFLAGS += -DDISABLE_AIRCOPY .. remove AIRCOPY option * CFLAGS += -DKEEP_MEM_NAME .. don't wipe out the memory channel's name when saving a memory channel -* #CFLAGS += -DDISABLE_ALARM .. not yet implemented +* CFLAGS += -DDISABLE_ALARM .. remove ALARM option from the firmware * #CFLAGS += -DBAND_SCOPE .. not yet implemented To enable the custom option just uncomment the line by removing the starting '#'.