Skip to content

Commit 8a3df93

Browse files
committed
Update X5 start-up debug messages
1 parent a68c06f commit 8a3df93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,7 @@ bool GNSS_MOSAIC::isPresentOnSerial(HardwareSerial *serialPort, const char *comm
29752975

29762976
if (retries == retryLimit)
29772977
{
2978-
systemPrintln("Could not communicate with mosaic-X5! Attempting a soft reset...");
2978+
systemPrintln("Could not communicate with mosaic-X5 at selected baud rate. Attempting a soft reset...");
29792979

29802980
sendWithResponse(serialPort, "erst,soft,none\n\r", "ResetReceiver");
29812981

@@ -2991,7 +2991,7 @@ bool GNSS_MOSAIC::isPresentOnSerial(HardwareSerial *serialPort, const char *comm
29912991

29922992
if (retries == retryLimit)
29932993
{
2994-
systemPrintln("Could not communicate with mosaic-X5!");
2994+
systemPrintln("Could not communicate with mosaic-X5 at selected baud rate");
29952995
return(false);
29962996
}
29972997
}

0 commit comments

Comments
 (0)