Fixed announcement of initial digit when entering rx freq in VFO mode. It once worked but somehow got clobbered along the way.

This commit is contained in:
vk7js 2022-10-19 21:05:34 +11:00 committed by Silvano Seva
parent dd30c899df
commit 438c224a2a
1 changed files with 3 additions and 0 deletions

View File

@ -1394,6 +1394,9 @@ void ui_updateFSM(bool *sync_rtx)
ui_state.input_set = SET_RX;
// do not play because we will also announce the number just entered.
vp_announceInputReceiveOrTransmit(false, vpqInit);
vp_queueInteger(input_getPressedNumber(msg));
vp_play();
ui_state.new_rx_frequency = 0;
ui_state.new_tx_frequency = 0;
// Save pressed number to calculare frequency and show in GUI