stop output to serial debug after config has been loaded (if serial is disabled), and only accept protobuf packets from that point on.
This commit is contained in:
Thomas Göttgens
2022-10-05 10:33:39 +02:00
parent 838271a14f
commit f7331a2e41
3 changed files with 15 additions and 9 deletions

View File

@@ -157,9 +157,7 @@ void setup()
#endif
#ifdef DEBUG_PORT
if (!config.has_device || config.device.serial_enabled) {
consoleInit(); // Set serial baud rate and init our mesh console
}
#endif
serialSinceMsec = millis();