0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

panadapter update

This commit is contained in:
OneOfEleven
2023-11-22 17:49:21 +00:00
parent 5f046c5d45
commit d8579b1518
6 changed files with 25 additions and 14 deletions

View File

@ -1469,6 +1469,7 @@ void APP_cancel_user_input_modes(void)
g_ask_to_save = false;
g_update_display = true;
}
if (g_ask_to_delete)
{
g_ask_to_delete = false;

View File

@ -150,10 +150,10 @@ void toggle_chan_scanlist(void)
// find the first channel that contains this frequency
g_tx_vfo->freq_in_channel = SETTINGS_find_channel(g_tx_vfo->freq_config_tx.frequency);
SETTINGS_save_channel(g_tx_vfo->channel_save, g_eeprom.config.setting.tx_vfo_num, g_tx_vfo, 1);
SETTINGS_save_channel(g_tx_vfo->channel_save, g_eeprom.config.setting.tx_vfo_num, g_tx_vfo, 2);
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
UART_printf("chan-vfo %u\r\n", g_tx_vfo->channel_save);
// UART_printf("chan-vfo %u\r\n", g_tx_vfo->channel_save);
#endif
g_beep_to_play = BEEP_880HZ_60MS_TRIPLE_BEEP;
@ -183,7 +183,7 @@ void toggle_chan_scanlist(void)
if (chan <= USER_CHANNEL_LAST)
{
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
UART_printf("vfo to mem %u\r\n", chan);
// UART_printf("vfo to mem %u\r\n", chan);
#endif
g_sub_menu_selection = chan;