Skip to content

Commit 9d52042

Browse files
committed
Allow LG290P to try configOnce again
If config fails, enterConfigMode needs to run again.
1 parent ab57f25 commit 9d52042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firmware/RTK_Everywhere/GNSS_LG290P.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ bool GNSS_LG290P::configureOnce()
237237

238238
while ((retries > 0) && (!enterConfigMode(500)))
239239
{
240+
online.gnss = true; // Mark online so enterConfigMode can re-enter
240241
retries--;
241242
systemPrintf("configureOnce: Enter config mode failed. %d retries remaining\r\n", retries);
242243
}

0 commit comments

Comments
 (0)