Skip to content

Commit f74cf94

Browse files
committed
Add menu helper message for GNSS-to-USB
1 parent 729ec8a commit f74cf94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Firmware/RTK_Everywhere/menuPorts.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ void menuPortsNoMux()
120120
systemPrintln("UART2 Protocol In updated. Changes will be applied at next restart");
121121
}
122122
else if (incoming == 4)
123+
{
123124
settings.enableGnssToUsbSerial ^= 1;
124-
125+
if (settings.enableGnssToUsbSerial)
126+
systemPrintln("GNSS to USB is enabled. To exit this mode, press +++ to open the configuration menu.");
127+
}
125128
else if (incoming == 'x')
126129
break;
127130
else if (incoming == INPUT_RESPONSE_GETNUMBER_EXIT)

0 commit comments

Comments
 (0)