Handle for heartbeat toradio packets (#3420)

This commit is contained in:
Ben Meadors
2024-03-15 18:40:48 -05:00
committed by GitHub
parent 0de36fbfb0
commit 9586606229
2 changed files with 4 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ bool SerialConsole::checkIsConnected()
/**
* we override this to notice when we've received a protobuf over the serial
* stream. Then we shunt off debug serial output.
* stream. Then we shut off debug serial output.
*/
bool SerialConsole::handleToRadio(const uint8_t *buf, size_t len)
{