File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ void menuSystem()
218
218
219
219
systemPrintln (" n) Debug network" );
220
220
221
- systemPrintln (" o) Configure RTK operation" );
221
+ systemPrintln (" o) Configure operation" );
222
222
223
223
systemPrintln (" p) Configure periodic print messages" );
224
224
@@ -436,7 +436,7 @@ void menuDebugHardware()
436
436
systemPrintf (" %s\r\n " , settings.enableImuCompensationDebug ? " Enabled" : " Disabled" );
437
437
438
438
if (present.gnss_um980 )
439
- systemPrintln (" 13) UM980 Direct connect" );
439
+ systemPrintln (" 13) UM980 direct connect" );
440
440
441
441
systemPrint (" 14) PSRAM (" );
442
442
if (ESP.getPsramSize () == 0 )
@@ -921,7 +921,8 @@ void menuOperation()
921
921
systemPrintln (settings.uartReceiveBufferSize );
922
922
923
923
// ZED
924
- systemPrintln (" 10) Mirror ZED-F9x's UART1 settings to USB" );
924
+ if (present.gnss_zedf9p )
925
+ systemPrintln (" 10) Mirror ZED-F9x's UART1 settings to USB" );
925
926
926
927
// USB Serial
927
928
systemPrintln (" 11) Output GNSS data to USB serial" );
@@ -1017,7 +1018,7 @@ void menuOperation()
1017
1018
ESP.restart ();
1018
1019
}
1019
1020
}
1020
- else if (incoming == 10 )
1021
+ else if (incoming == 10 && present. gnss_zedf9p )
1021
1022
{
1022
1023
bool response = gnssSetMessagesUsb (MAX_SET_MESSAGES_RETRIES);
1023
1024
You can’t perform that action at this time.
0 commit comments