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 729ec8a commit f74cf94Copy full SHA for f74cf94
Firmware/RTK_Everywhere/menuPorts.ino
@@ -120,8 +120,11 @@ void menuPortsNoMux()
120
systemPrintln("UART2 Protocol In updated. Changes will be applied at next restart");
121
}
122
else if (incoming == 4)
123
+ {
124
settings.enableGnssToUsbSerial ^= 1;
-
125
+ if (settings.enableGnssToUsbSerial)
126
+ systemPrintln("GNSS to USB is enabled. To exit this mode, press +++ to open the configuration menu.");
127
+ }
128
else if (incoming == 'x')
129
break;
130
else if (incoming == INPUT_RESPONSE_GETNUMBER_EXIT)
0 commit comments