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

md1702
vk7js 2022-10-19 21:05:34 +11:00 zatwierdzone przez Silvano Seva
rodzic dd30c899df
commit 438c224a2a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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