From 438c224a2a7c45df8ffd6e37f51167a65937aed0 Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:05:34 +1100 Subject: [PATCH] Fixed announcement of initial digit when entering rx freq in VFO mode. It once worked but somehow got clobbered along the way. --- openrtx/src/ui/ui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 0b708321..1ea73ef7 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -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