0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

fix scan list toggle auto save

This commit is contained in:
OneOfEleven 2023-11-05 13:03:51 +00:00
parent 4bc506a0f7
commit d3efd0a10b
3 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ void toggle_chan_scanlist(void)
g_tx_vfo->channel_attributes.scanlist1 = 1; g_tx_vfo->channel_attributes.scanlist1 = 1;
} }
g_eeprom.config.channel_attributes[g_tx_vfo->channel_save] = g_tx_vfo->channel_attributes;
SETTINGS_save_chan_attribs_name(g_tx_vfo->channel_save, g_tx_vfo); SETTINGS_save_chan_attribs_name(g_tx_vfo->channel_save, g_tx_vfo);
g_vfo_configure_mode = VFO_CONFIGURE; g_vfo_configure_mode = VFO_CONFIGURE;

Binary file not shown.

Binary file not shown.