We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad4b40 commit 83c61beCopy full SHA for 83c61be
Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
@@ -468,7 +468,8 @@ void setup() {
468
else
469
{
470
Serial1.flush(); //Complete any previous prints
471
- Serial1.end(); // Stop the SerialLog port
+ if (settings.logSerial == false)
472
+ Serial1.end(); // Stop the SerialLog port - but only if not logging serial, otherwise incoming data can cause a crash!
473
}
474
475
Serial.flush(); //Complete any previous prints
0 commit comments