Skip to content

Commit 0abac35

Browse files
author
Scott Powell
committed
* client_repeat state now in _DEVICE_INFO response
1 parent 564a19d commit 0abac35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/companion_radio/MyMesh.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ void MyMesh::handleCmdFrame(size_t len) {
928928
i += 40;
929929
StrHelper::strzcpy((char *)&out_frame[i], FIRMWARE_VERSION, 20);
930930
i += 20;
931+
out_frame[i++] = _prefs.client_repeat; // v9+
931932
_serial->writeFrame(out_frame, i);
932933
} else if (cmd_frame[0] == CMD_APP_START &&
933934
len >= 8) { // sent when app establishes connection, respond with node ID

0 commit comments

Comments
 (0)