emit FromRadio.rebooted to serial test harness can detect reboots

This commit is contained in:
geeksville
2020-04-28 17:43:16 -07:00
parent b53392ab73
commit 2ab34357d5
6 changed files with 50 additions and 15 deletions

View File

@@ -17,6 +17,7 @@ void SerialConsole::init()
{
Port.begin(SERIAL_BAUD);
StreamAPI::init();
emitRebooted();
}
/**