From 00f225862bf51ff264a28c2176c2538b07e801f7 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 17 Jul 2019 14:56:16 +0200 Subject: [PATCH] mesh: correct format for MESH_FOUNDATION_OPERATION_NETWORK_TRANSMIT_STATUS --- src/mesh/mesh_configuration_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh_configuration_server.c b/src/mesh/mesh_configuration_server.c index 1606b5375..f3c115845 100644 --- a/src/mesh/mesh_configuration_server.c +++ b/src/mesh/mesh_configuration_server.c @@ -225,7 +225,7 @@ const mesh_access_message_t mesh_foundation_config_heartbeat_publication_status MESH_FOUNDATION_OPERATION_HEARTBEAT_PUBLICATION_STATUS, "1211122" }; const mesh_access_message_t mesh_foundation_config_network_transmit_status = { - MESH_FOUNDATION_OPERATION_NETWORK_TRANSMIT_STATUS, "11" + MESH_FOUNDATION_OPERATION_NETWORK_TRANSMIT_STATUS, "1" }; const mesh_access_message_t mesh_foundation_node_identity_status = { MESH_FOUNDATION_OPERATION_NODE_IDENTITY_STATUS, "121"