mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-23 12:13:50 +00:00
Fixed Wide/Narrow band indicator
This commit is contained in:
parent
ed33d14c0f
commit
45b5cbe315
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -436,8 +436,8 @@ void UI_DisplayMain(void)
|
|||||||
String[0] = '?';
|
String[0] = '?';
|
||||||
switch (gEeprom.VfoInfo[vfo_num].CHANNEL_BANDWIDTH)
|
switch (gEeprom.VfoInfo[vfo_num].CHANNEL_BANDWIDTH)
|
||||||
{
|
{
|
||||||
// case BANDWIDTH_WIDE: String[0] = 'W'; break;
|
case BANDWIDTH_WIDE: String[0] = '\0'; break;
|
||||||
case BANDWIDTH_NARROW: String[0] = 'N'; break;
|
case BANDWIDTH_NARROW: String[0] = 'N'; break;
|
||||||
}
|
}
|
||||||
String[1] = '\0';
|
String[1] = '\0';
|
||||||
UI_PrintStringSmall(String, display_width + 70, 0, Line + 1);
|
UI_PrintStringSmall(String, display_width + 70, 0, Line + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user