diff --git a/firmware.bin b/firmware.bin index 04892db..5bbace9 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.packed.bin b/firmware.packed.bin index a60c7e4..e7f39ca 100644 Binary files a/firmware.packed.bin and b/firmware.packed.bin differ diff --git a/settings.c b/settings.c index 3a86b8b..ef4bdf3 100644 --- a/settings.c +++ b/settings.c @@ -444,7 +444,7 @@ void SETTINGS_save_chan_attribs_name(const unsigned int channel, const vfo_info_ ((p_vfo->band & 7u) << 0); const unsigned int index = channel & ~7ul; // eeprom writes are always 8 bytes in length - g_user_channel_attributes[channel] = attribs; // remember new attributes + g_user_channel_attributes[channel] = attribs; // remember new attributes EEPROM_WriteBuffer8(0x0D60 + index, g_user_channel_attributes + index); } else diff --git a/ui/menu.c b/ui/menu.c index a688fc7..00bf22e 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -547,7 +547,7 @@ void UI_DisplayMenu(void) if (g_sub_menu_selection == 0) strcpy(String, "USE\nMAIN SQL"); else - sprintf(String, "\n ", g_sub_menu_selection); + sprintf(String, "%d", g_sub_menu_selection); break; case MENU_MIC_GAIN: