Test adding new mods
Some checks failed
Build Firmware / build (push) Has been cancelled

This commit is contained in:
2025-11-12 22:28:21 +01:00
parent 5416c3a041
commit feff689e33
10 changed files with 73 additions and 19 deletions

View File

@@ -987,7 +987,7 @@ void UI_DisplayMain(void) {
#if ENABLE_FEAT_F4HWN
const char *bandWidthNames[] = {"WID", "NAR", "NR+"};
const char *bandWidthNames[] = {"WID", "NAR", "NR+", "FSK"};
UI_PrintStringSmallNormal(bandWidthNames[vfoInfo->CHANNEL_BANDWIDTH], LCD_WIDTH + 30, 0,
line);

View File

@@ -168,7 +168,8 @@ const char gSubMenu_W_N[][5] =
{
"WIDE",
"NARR",
"NAR+"
"NAR+",
"FSKQ"
};
const char gSubMenu_OFF_ON[][4] =

View File

@@ -126,7 +126,7 @@ extern const t_menu_item MenuList[];
extern const char gSubMenu_TXP[7][5];
extern const char gSubMenu_SFT_D[3][4];
extern const char gSubMenu_W_N[3][5];
extern const char gSubMenu_W_N[4][5];
extern const char gSubMenu_OFF_ON[2][4];
extern const char gSubMenu_NA[4];
extern const char *const gSubMenu_RXMode[4];