mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-26 12:57:21 +00:00
* TxtDataHelpers.h, with standard TXT sub-types
* Terminal chat: added "time <epoch-secs>" * repeater: now recognises either TXT_TYPE_PLAIN or TXT_TYPE_CLI_DATA for CLI commands * Room server: now uses TXT_TYPE_SIGNED_PLAIN (for push/outbound), recognises TXT_TYPE_PLAIN (to add a Post), and TXT_TYPE_CLI_DATA for CLI command
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
if (nlen > 0) {
|
||||
memcpy(_name, &app_data[i], nlen);
|
||||
_name[nlen] = 0; // set null terminator
|
||||
MESH_DEBUG_PRINTLN("AdvertDataParser: _flags=%u, _name=%s", (uint32_t)_flags, _name);
|
||||
}
|
||||
_valid = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user