From e731d9d1f94f79e1a50adae79f89d7e3f74b566b Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 10 Jul 2024 16:30:05 +0200 Subject: [PATCH] Fix issue #182 --- app/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.c b/app/main.c index f127df2..8507dfb 100644 --- a/app/main.c +++ b/app/main.c @@ -236,8 +236,8 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep) case KEY_7: #ifdef ENABLE_VOX ACTION_Vox(); -#else - toggle_chan_scanlist(); +//#else +// toggle_chan_scanlist(); #endif break;