mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 06:11:24 +03:00
single VFO mode update
This commit is contained in:
parent
854b4c98b7
commit
f371a2a16f
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
12
ui/main.c
12
ui/main.c
@ -676,7 +676,8 @@ const char *state_list[] = {"", "BUSY", "BAT LOW", "TX DISABLE", "TIMEOUT", "ALA
|
||||
else
|
||||
#endif
|
||||
*/ { // show the frequency in the main font
|
||||
UI_PrintString(str, x + 5, 0, y, 8);
|
||||
// UI_PrintString(str, x + 5, 0, y, 8);
|
||||
UI_PrintString(str, x + 5, 0, y + 1, 8);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
@ -729,7 +730,14 @@ const char *state_list[] = {"", "BUSY", "BAT LOW", "TX DISABLE", "TIMEOUT", "ALA
|
||||
#endif
|
||||
|
||||
if (is_freq_chan && freq_in_channel <= USER_CHANNEL_LAST)
|
||||
str[1] = 'F'; // this VFO frequency is also found in a channel
|
||||
{ // this VFO frequency is also found in a channel
|
||||
str[1] = 'F';
|
||||
|
||||
|
||||
// TODO: show the channel name this frequency is found in
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (g_vfo_info[vfo_num].channel.compand != COMPAND_OFF)
|
||||
str[2] = 'C'; // compander is enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user