Skip to content

Commit

Permalink
apps/bttester: add workaround for issues with extended adv in MESH
Browse files Browse the repository at this point in the history
This is a workaround for problems with conficts of BLE_EXT_ADV and
BLE_MESH_ADV_EXT.
  • Loading branch information
KKopyscinski committed May 6, 2024
1 parent 8621593 commit acb2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bttester/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ syscfg.vals:
BLE_EXT_ADV_MAX_SIZE: 40
BLE_PERIODIC_ADV: 1
BLE_ISO_BROADCAST_SOURCE: 1
BLE_MULTI_ADV_INSTANCES: 1
BLE_MULTI_ADV_INSTANCES: 2

OS_MAIN_STACK_SIZE: 512
SHELL_TASK: 0
Expand Down

0 comments on commit acb2661

Please sign in to comment.