fix enabling NOAA: restore BITMAP_NOAA

there was data missing in bitmaps.c,
I added it back from the last state before it was removed,
unsure if this is correct data, but it works on my radio
This commit is contained in:
Justin White
2024-10-07 14:18:03 -04:00
parent cec4ca6e37
commit 30c077b5d0
2 changed files with 19 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ extern const uint8_t BITMAP_ScanListE[7];
extern const uint8_t BITMAP_PowerUser[3];
extern const uint8_t BITMAP_compand[6];
extern const uint8_t BITMAP_NOAA[12];
#ifndef ENABLE_CUSTOM_MENU_LAYOUT
extern const uint8_t BITMAP_CurrentIndicator[8];
#endif