diff --git a/firmware/application/external/gfxeq/main.cpp b/firmware/application/external/gfxeq/main.cpp index 65c50028d..984e55be8 100644 --- a/firmware/application/external/gfxeq/main.cpp +++ b/firmware/application/external/gfxeq/main.cpp @@ -29,8 +29,8 @@ __attribute__((section(".external_app.app_gfxeq.application_information"), used) ui::Color::green().v, app_location_t::RX, -1, - {'P', 'N', 'F', 'M'}, + {'P', 'W', 'F', 'M'}, 0x00000000, }; -} // namespace ui::external_app::gfxeq \ No newline at end of file +} // namespace ui::external_app::gfxeq diff --git a/firmware/application/external/level/main.cpp b/firmware/application/external/level/main.cpp index 4f75911d5..d3388be53 100644 --- a/firmware/application/external/level/main.cpp +++ b/firmware/application/external/level/main.cpp @@ -77,8 +77,8 @@ __attribute__((section(".external_app.app_level.application_information"), used) /*.menu_location = */ app_location_t::RX, /*.desired_menu_position = */ -1, - // this has to be the biggest baseband used by the app. Level is using AM,WFM,NFM,AMFM,SPEC and NFM is the biggest - /*.m4_app_tag = portapack::spi_flash::image_tag_nfm */ {'P', 'N', 'F', 'M'}, + // this has to be the biggest baseband used by the app. Level is using AM,WFM,NFM,AMFM,SPEC and WFM is the biggest + /*.m4_app_tag = portapack::spi_flash::image_tag_nfm */ {'P', 'W', 'F', 'M'}, /*.m4_app_offset = */ 0x00000000, // will be filled at compile time }; } diff --git a/firmware/application/external/scanner/main.cpp b/firmware/application/external/scanner/main.cpp index 20596a216..0fcc9e5c5 100644 --- a/firmware/application/external/scanner/main.cpp +++ b/firmware/application/external/scanner/main.cpp @@ -44,8 +44,8 @@ __attribute__((section(".external_app.app_scanner.application_information"), use /*.menu_location = */ app_location_t::RX, /*.desired_menu_position = */ -1, - // this has to be the biggest baseband used by the app. Scanner is using AM,WFM,NFM and NFM is the biggest - /*.m4_app_tag = portapack::spi_flash::image_tag_scanner */ {'P', 'N', 'F', 'M'}, + // this has to be the biggest baseband used by the app. Scanner is using AM,WFM,NFM and WFM is the biggest + /*.m4_app_tag = portapack::spi_flash::image_tag_scanner */ {'P', 'W', 'F', 'M'}, /*.m4_app_offset = */ 0x00000000, // will be filled at compile time }; }