Skip to content

Commit

Permalink
Samples: Bluetooth: Mesh: Disable Friend on 52DK
Browse files Browse the repository at this point in the history
This disables friend feature when sample is compiled on 52DK to save some RAM.
Friendship is optional feature and not needed by BLCNLC Profile, which is
demonstrated in this sample.

Signed-off-by: Omkar Kulkarni <[email protected]>
  • Loading branch information
omkar3141 committed Feb 26, 2025
1 parent d192307 commit a0626a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
# Application overlay - nrf52dk_nrf52832

CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE=n
CONFIG_BT_MESH_FRIEND=n

0 comments on commit a0626a6

Please sign in to comment.