mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-09 02:31:21 -04:00
Fix #11
This commit is contained in:
@@ -21,8 +21,8 @@ void SerialConsole::init()
|
||||
}
|
||||
|
||||
/**
|
||||
* we override this to notice when we've received a protobuf over the serial stream. Then we shunt off
|
||||
* debug serial output.
|
||||
* we override this to notice when we've received a protobuf over the serial
|
||||
* stream. Then we shunt off debug serial output.
|
||||
*/
|
||||
void SerialConsole::handleToRadio(const uint8_t *buf, size_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user