mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* client_repeat state now in _DEVICE_INFO response
This commit is contained in:
parent
564a19d125
commit
0abac35744
1 changed files with 1 additions and 0 deletions
|
|
@ -928,6 +928,7 @@ void MyMesh::handleCmdFrame(size_t len) {
|
|||
i += 40;
|
||||
StrHelper::strzcpy((char *)&out_frame[i], FIRMWARE_VERSION, 20);
|
||||
i += 20;
|
||||
out_frame[i++] = _prefs.client_repeat; // v9+
|
||||
_serial->writeFrame(out_frame, i);
|
||||
} else if (cmd_frame[0] == CMD_APP_START &&
|
||||
len >= 8) { // sent when app establishes connection, respond with node ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue