Skip to content

Commit

Permalink
samples: mesh: nrf52: added some Kconfig
Browse files Browse the repository at this point in the history
Added some Kconfig which could help to improve Mesh
performance or Debugging.

Signed-off-by: Vikrant More <[email protected]>
  • Loading branch information
vikrant8052 authored and jhedberg committed Nov 26, 2019
1 parent aab6406 commit cbd0d6e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ CONFIG_BT_MESH_LABEL_COUNT=3
#CONFIG_BT_MESH_SELF_TEST=y

CONFIG_GPIO=y

CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_JOB_PRIO=1
CONFIG_BT_RX_BUF_COUNT=5
CONFIG_BT_HCI_TX_STACK_SIZE=1024
#CONFIG_BT_DEBUG_HCI_CORE=y
#CONFIG_BT_DEBUG_HCI_DRIVER=y

0 comments on commit cbd0d6e

Please sign in to comment.