This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch revert-958-mesh_sync_march21 in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit 8c38d4e503c3e66533ad2c37b21002f64e09b69c Author: MichaĆ Narajowski <[email protected]> AuthorDate: Thu May 27 10:20:19 2021 +0200 Revert "mesh: Set BLE_MESH_LPN_SUB_ALL_NODES_ADDR to off by default" This reverts commit 56838dd93564a9b03b137ad6d3f1651ad029bccc. --- nimble/host/mesh/syscfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimble/host/mesh/syscfg.yml b/nimble/host/mesh/syscfg.yml index d110a38..ada5b64 100644 --- a/nimble/host/mesh/syscfg.yml +++ b/nimble/host/mesh/syscfg.yml @@ -453,7 +453,7 @@ syscfg.defs: description: > Automatically subscribe all nodes address when friendship established. - value: 0 + value: 1 BLE_MESH_FRIEND: description: >
