* companion: disabled processing/sending of keep_alive packets (deprecated)

* FIRMWARE_VER_LEVEL now moved to end of response payloads
此提交包含在:
Scott Powell
2025-09-25 09:39:11 +10:00
父節點 e988531f6a
當前提交 a5af1b5bcd
共有 4 個檔案被更改,包括 12 行新增10 行删除
+2 -2
查看文件
@@ -1690,8 +1690,8 @@ void MyMesh::checkSerialInterface() {
_serial->writeFrame(out_frame, 5);
_iter_started = false;
}
} else if (!_serial->isWriteBusy()) {
checkConnections();
//} else if (!_serial->isWriteBusy()) {
// checkConnections(); // TODO - deprecate the 'Connections' stuff
}
}