diff --git a/app/main.c b/app/main.c index c568039..2a151a6 100644 --- a/app/main.c +++ b/app/main.c @@ -564,8 +564,6 @@ static void MAIN_Key_EXIT(bool bKeyPressed, bool bKeyHeld) static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) { - //static uint8_t block = 0; - if (bKeyPressed && !bKeyHeld) // menu key pressed gBeepToPlay = BEEP_1KHZ_60MS_OPTIONAL; @@ -587,9 +585,6 @@ static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) gVfoConfigureMode = VFO_CONFIGURE; gFlagResetVfos = true; - //block++; - //gDebug = block; - lastFoundFrqOrChan = lastFoundFrqOrChanOld; CHFRSCANNER_ContinueScanning();