0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

Added extra MENU-MDF option (NAM+FRE)

This commit is contained in:
OneOfEleven
2023-09-10 09:57:49 +01:00
parent 1e3368ac2e
commit b1399c8073
13 changed files with 341 additions and 45 deletions

View File

@ -183,12 +183,22 @@ static const char gSubMenu_SC_REV[3][3] =
"SE",
};
static const char gSubMenu_MDF[3][5] =
{
"FREQ",
"CHAN",
"NAME",
};
#ifndef CHAN_NAME_FREQ
static const char gSubMenu_MDF[3][5] =
{
"FREQ",
"CHAN",
"NAME"
};
#else
static const char gSubMenu_MDF[4][8] =
{
"FREQ",
"CHAN",
"NAME",
"NAM+FRE"
};
#endif
#ifndef DISABLE_ALARM
static const char gSubMenu_AL_MOD[2][5] =