Fix #286: Lack of continuous tuning and monitor lockout while holding up/down button in monitor mode.

This commit is contained in:
Krzysiek Egzmont
2024-01-13 23:35:33 +01:00
parent 04b0bd8c93
commit 8941576887
2 changed files with 5 additions and 4 deletions

View File

@@ -639,6 +639,8 @@ static void MAIN_Key_UP_DOWN(bool bKeyPressed, bool bKeyHeld, int8_t Direction)
return;
}
gTxVfo->freq_config_RX.Frequency = frequency;
BK4819_SetFrequency(frequency);
BK4819_RX_TurnOn();
gRequestSaveChannel = 1;
return;
}