We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11517aa commit 4e6caf1Copy full SHA for 4e6caf1
light/src/main.c
@@ -133,6 +133,7 @@ const struct bt_mesh_model_op onoff_opcodes[] = {
133
134
//each node should support configuration server model
135
//indicate our server can act as proxy so we can provision with an app
136
+//indicate our server can act as a relay
137
138
static struct bt_mesh_cfg_srv cfg_srv = {
139
.relay = BT_MESH_RELAY_ENABLED,
0 commit comments