File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -288,10 +288,8 @@ void pointperfectPrintKeyInformation(const char *requestedBy) {systemPrintln("**
288
288
289
289
#ifndef COMPILE_LG290P
290
290
291
- void lg290pBoot () {}
292
291
void lg290pHandler (uint8_t * buffer, int length) {}
293
292
bool lg290pMessageEnabled (char *nmeaSentence, int sentenceLength) {return false ;}
294
- void lg290pReset () {}
295
293
296
294
#endif // COMPILE_LG290P
297
295
Original file line number Diff line number Diff line change @@ -558,9 +558,9 @@ void menuDebugHardware()
558
558
{
559
559
systemPrintln ();
560
560
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 ();
562
562
delay (100 );
563
- lg290pBoot ();
563
+ gnssBoot ();
564
564
systemPrintln (" LG290P reset complete." );
565
565
}
566
566
}
You can’t perform that action at this time.
0 commit comments