mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 22:31:25 +03:00
.
This commit is contained in:
parent
2fd24def11
commit
43948ccc79
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -410,8 +410,8 @@ void UI_DisplayMain(void)
|
|||||||
if (g_eeprom.config.setting.dual_watch != DUAL_WATCH_OFF && g_rx_vfo_is_active)
|
if (g_eeprom.config.setting.dual_watch != DUAL_WATCH_OFF && g_rx_vfo_is_active)
|
||||||
channel = g_rx_vfo_num; // we're currently monitoring the other VFO
|
channel = g_rx_vfo_num; // we're currently monitoring the other VFO
|
||||||
|
|
||||||
if (g_eeprom.config.setting.dual_watch == DUAL_WATCH_OFF && g_eeprom.config.setting.cross_vfo == CROSS_BAND_OFF)
|
// if (g_eeprom.config.setting.dual_watch == DUAL_WATCH_OFF && g_eeprom.config.setting.cross_vfo == CROSS_BAND_OFF)
|
||||||
single_vfo = g_eeprom.config.setting.tx_vfo_num;
|
// single_vfo = g_eeprom.config.setting.tx_vfo_num;
|
||||||
|
|
||||||
// clear the screen
|
// clear the screen
|
||||||
memset(g_frame_buffer, 0, sizeof(g_frame_buffer));
|
memset(g_frame_buffer, 0, sizeof(g_frame_buffer));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user