Free up space
All checks were successful
Build Firmware / build (push) Successful in 2m20s

This commit is contained in:
2025-07-04 22:24:10 +02:00
parent 23dbad1a53
commit 1ec2e15de8
6 changed files with 3 additions and 26 deletions

View File

@@ -643,7 +643,7 @@ static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) {
#ifdef ENABLE_FEAT_F4HWN
// Exclude work with list 1, 2, 3 or all list
if (gScanStateDir != SCAN_OFF) {
if (FUNCTION_IsRx()) {
if (FUNCTION_IsRx() || gScanPauseDelayIn_10ms > 9) {
gMR_ChannelExclude[gTxVfo->CHANNEL_SAVE] = true;
gVfoConfigureMode = VFO_CONFIGURE;