fix baseband (#2501)

This commit is contained in:
gullradriel 2025-01-26 22:23:29 +01:00 committed by GitHub
parent 4e38dc4d3e
commit aef7c2be93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ __attribute__((section(".external_app.app_view_wav.application_information"), us
/*.menu_location = */ app_location_t::UTILITIES,
/*.desired_menu_position = */ -1,
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {0, 0, 0, 0},
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {'P', 'A', 'T', 'X'},
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
};
}