samples: reel_board/mesh_badge: Disable secure network beacon

The app is already sending period heart beat messages, and since it is
not designed to be used for such long times that would require IVI
Update, keep the secure network beacon sending disabled.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2019-01-26 12:04:40 +02:00 committed by Johan Hedberg
parent b5a65d8c81
commit 404d9017eb

View file

@ -70,7 +70,7 @@ static void heartbeat(u8_t hops, u16_t feat)
static struct bt_mesh_cfg_srv cfg_srv = {
.relay = BT_MESH_RELAY_ENABLED,
.beacon = BT_MESH_BEACON_ENABLED,
.beacon = BT_MESH_BEACON_DISABLED,
.default_ttl = DEFAULT_TTL,
/* 3 transmissions with 20ms interval */