Skip to content

Commit 0030b29

Browse files
committed
On LG290P, correctly print the DATA port baud rate
1 parent c393561 commit 0030b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuSystem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ void menuDebugHardware()
587587
else if (present.gnss_lg290p)
588588
{
589589
systemPrintln();
590-
systemPrintln("QGNSS must be connected to CH342 Port B at 460800bps. Begin firmware update from QGNSS (hit the play button) then reset the LG290P.");
590+
systemPrintf("QGNSS must be connected to CH342 Port B at %dbps. Begin firmware update from QGNSS (hit the play button) then reset the LG290P.\r\n", settings.dataPortBaud);
591591
gnssReset();
592592
delay(100);
593593
gnssBoot();

0 commit comments

Comments
 (0)