Skip to content

Commit c205228

Browse files
committed
Remove GNSS specific reset/boot
1 parent 777a88f commit c205228

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Firmware/RTK_Everywhere/Developer.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,8 @@ void pointperfectPrintKeyInformation(const char *requestedBy) {systemPrintln("**
288288

289289
#ifndef COMPILE_LG290P
290290

291-
void lg290pBoot() {}
292291
void lg290pHandler(uint8_t * buffer, int length) {}
293292
bool lg290pMessageEnabled(char *nmeaSentence, int sentenceLength) {return false;}
294-
void lg290pReset() {}
295293

296294
#endif // COMPILE_LG290P
297295

Firmware/RTK_Everywhere/menuSystem.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,9 @@ void menuDebugHardware()
558558
{
559559
systemPrintln();
560560
systemPrintln("QGNSS must be connected to CH342 Port B at 460800bps. Begin firmware update from QGNSS (hit the play button) then reset the LG290P.");
561-
lg290pReset();
561+
gnssReset();
562562
delay(100);
563-
lg290pBoot();
563+
gnssBoot();
564564
systemPrintln("LG290P reset complete.");
565565
}
566566
}

0 commit comments

Comments
 (0)