mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 22:31:25 +03:00
fix scan list toggle auto save
This commit is contained in:
parent
4bc506a0f7
commit
d3efd0a10b
@ -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;
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user