aboutsummaryrefslogtreecommitdiff
path: root/confui/mesh_connector.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-01-07 14:45:47 +0100
committerlonkaars <loek@pipeframe.xyz>2023-01-07 14:45:47 +0100
commitaacaa86e621b18103f5ebf0bfe56f302d258c0e8 (patch)
tree52278e3bfb2b649fa445c426d782f7d281e82543 /confui/mesh_connector.h
parentadb70d5ee1987cfb1680114d2db9786923aad1f1 (diff)
`clang-format`
Diffstat (limited to 'confui/mesh_connector.h')
-rw-r--r--confui/mesh_connector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/confui/mesh_connector.h b/confui/mesh_connector.h
index 8c1fc91..8ccf474 100644
--- a/confui/mesh_connector.h
+++ b/confui/mesh_connector.h
@@ -29,7 +29,7 @@ typedef struct {
cd_mac_addr_t address; /** @brief node bluetooth mac address */
cd_uuid_t uuid; /** @brief node uuid */
size_t name_len; /** @brief name length in bytes */
- char *name; /** @brief user-friendly node name */
+ char *name; /** @brief user-friendly node name */
bool light_on; /** @brief state of light on node */
bool provisioned; /** @brief whether the node is provisioned into the network */
} cd_s_node;
@@ -163,7 +163,6 @@ public:
static string cd_mac_to_string(cd_mac_addr_t mac);
/** @brief convert `cd_uuid_t` to `std::string` for printing/GUI */
static string cd_uuid_to_string(cd_uuid_t uuid);
-
};
/** @brief global pointer to mesh connector, initialized in CDMainWindow */