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

* FIRMWARE_VER_LEVEL now moved to end of response payloads
This commit is contained in:
Scott Powell 2025-09-25 09:39:11 +10:00
parent e988531f6a
commit a5af1b5bcd
4 changed files with 12 additions and 10 deletions

View file

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