From dad21b99273dff9207352b85328501dcfedaa80e Mon Sep 17 00:00:00 2001 From: Dennis Moschina <45356478+DennisMoschina@users.noreply.github.com> Date: Mon, 11 May 2026 11:27:11 +0200 Subject: [PATCH] fix(firmware): identify OpenEarable app core --- src/utils/fw_info_app.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fw_info_app.c.in b/src/utils/fw_info_app.c.in index 3c360c87..cce46af2 100644 --- a/src/utils/fw_info_app.c.in +++ b/src/utils/fw_info_app.c.in @@ -19,7 +19,7 @@ LOG_MODULE_REGISTER(fw_info, CONFIG_FW_INFO_LOG_LEVEL); static const char COMPILE_DATE[] = "@NRF5340_AUDIO_CORE_APP_COMP_DATE@"; /* NOTE: The string below is used by the Nordic CI system */ -static const char NRF5340_CORE[] = "nRF5340 Audio nRF5340 Audio DK cpuapp"; +static const char NRF5340_CORE[] = "OpenEarable2 nRF5340 Audio DK cpuapp"; int fw_info_app_print(void) {