Skip to content

Commit c194088

Browse files
committed
applications/firmware_loader: set MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE_VALUE
set this Kconfig value to 81 in order to make it recognizable by the mcumgr client as the firmware loader capable mcumgr instance. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 0a7156f commit c194088

File tree

1 file changed

+3
-0
lines changed
  • applications/firmware_loader/ble_mcumgr

1 file changed

+3
-0
lines changed

applications/firmware_loader/ble_mcumgr/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ source "$(ZEPHYR_BASE)/subsys/logging/Kconfig.template.log_config"
1212

1313
endmenu # "BLE MCUmgr sample"
1414

15+
config MCUMGR_GRP_OS_MCUMGR_PARAMS_ROLE_VALUE
16+
default 81
17+
1518
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)