FIX #43: frequent offset menu is not working properly

This commit is contained in:
Krzysiek Egzmont 2023-10-24 01:54:57 +02:00
parent 5c3eea2fcb
commit 99fc8a8311

View File

@ -1267,7 +1267,7 @@ static void MENU_Key_0_to_9(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
gAnotherVoiceID = (VOICE_ID_t)Key;
#endif
Frequency = StrToUL(INPUTBOX_GetAscii());
Frequency = StrToUL(INPUTBOX_GetAscii())*100;
gSubMenuSelection = FREQUENCY_FloorToStep(Frequency + 75, gTxVfo->StepFrequency, 0);
gInputBoxIndex = 0;