You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/RTK_Everywhere/menuSystem.ino
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -589,9 +589,8 @@ void menuDebugHardware()
589
589
if (forceLoRaPassthrough() == true)
590
590
{
591
591
systemPrintln();
592
-
systemPrintln("Passthrough mode has been recorded to LittleFS. Device will now reset. Wait for Bluetooth LED to blink before attempting STM32 communication.");
593
-
594
-
delay(50); // Complete prints
592
+
systemPrintln("Passthrough mode has been recorded to LittleFS. Device will now reset.");
0 commit comments