mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
fix dual watch bug + other stuff
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#include "frequencies.h"
|
||||
#include "misc.h"
|
||||
#include "radio.h"
|
||||
#include "settings.h"
|
||||
#include "ui/helper.h"
|
||||
#include "ui/search.h"
|
||||
#include "ui/ui.h"
|
||||
@ -161,7 +162,7 @@ void UI_DisplaySearch(void)
|
||||
strcpy(String, "SAVE ");
|
||||
{
|
||||
char s[11];
|
||||
BOARD_fetchChannelName(s, g_search_channel);
|
||||
SETTINGS_fetch_channel_name(s, g_search_channel);
|
||||
if (s[0] == 0)
|
||||
UI_GenerateChannelStringEx(s, g_search_show_chan_prefix ? "CH-" : "", g_search_channel);
|
||||
strcat(String, s);
|
||||
|
Reference in New Issue
Block a user