* client_repeat state now in _DEVICE_INFO response

This commit is contained in:
Scott Powell 2026-02-14 16:45:41 +11:00
parent 564a19d125
commit 0abac35744

View file

@ -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