diff --git a/app/main.c b/app/main.c index d2a68f0..719116b 100644 --- a/app/main.c +++ b/app/main.c @@ -753,13 +753,7 @@ void MAIN_Key_STAR(bool key_pressed, bool key_held) ACTION_Scan(false); - g_beep_to_play = BEEP_1KHZ_60MS_OPTIONAL; - return; - } - - if (g_scan_state_dir != SCAN_STATE_DIR_OFF || g_current_function == FUNCTION_TRANSMIT) - { // RF scanning or TX'ing - g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL; +// g_beep_to_play = BEEP_1KHZ_60MS_OPTIONAL; return; } @@ -769,6 +763,12 @@ void MAIN_Key_STAR(bool key_pressed, bool key_held) return; } + if (g_scan_state_dir != SCAN_STATE_DIR_OFF || g_current_function == FUNCTION_TRANSMIT) + { // RF scanning or TX'ing +// g_beep_to_play = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL; + return; + } + if (!g_fkey_pressed) { // pressed without the F-key diff --git a/firmware.bin b/firmware.bin new file mode 100644 index 0000000..e5a4f13 Binary files /dev/null and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin new file mode 100644 index 0000000..e694e82 Binary files /dev/null and b/firmware.packed.bin differ