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 8e27a13 commit 680f411Copy full SHA for 680f411
Firmware/RTK_Everywhere/menuMain.ino
@@ -111,6 +111,11 @@ void menuMain()
111
forwardGnssDataToUsbSerial = false;
112
113
inMainMenu = true;
114
+
115
+ // Clear btPrintEchoExit on entering the menu, to prevent dropping straight
116
+ // through if the BT connection was dropped while we had the menu closed
117
+ btPrintEchoExit = false;
118
119
displaySerialConfig(); // Display 'Serial Config' while user is configuring
120
121
if (settings.debugGnss == true)
0 commit comments