File tree Expand file tree Collapse file tree 4 files changed +945
-1156
lines changed Expand file tree Collapse file tree 4 files changed +945
-1156
lines changed Original file line number Diff line number Diff line change @@ -351,29 +351,6 @@ void beginFS()
351
351
}
352
352
}
353
353
354
- void beginDisplay ()
355
- {
356
- if (oled.begin () == true )
357
- {
358
- online.display = true ;
359
-
360
- Serial.println (F (" Display started" ));
361
- displaySplash ();
362
- splashStart = millis ();
363
- }
364
- else
365
- {
366
- if (productVariant == RTK_SURVEYOR)
367
- {
368
- Serial.println (F (" Display not detected" ));
369
- }
370
- else if (productVariant == RTK_EXPRESS || productVariant == RTK_EXPRESS_PLUS || productVariant == RTK_FACET || productVariant == RTK_FACET_LBAND)
371
- {
372
- Serial.println (F (" Display Error: Not detected." ));
373
- }
374
- }
375
- }
376
-
377
354
// Connect to ZED module and identify particulars
378
355
void beginGNSS ()
379
356
{
@@ -436,7 +413,7 @@ void beginGNSS()
436
413
Serial.printf (" Unknown ZED module: %s\n\r " , i2cGNSS.minfo .extension [3 ]);
437
414
zedModuleType = PLATFORM_F9P;
438
415
}
439
-
416
+
440
417
printModuleInfo (); // Print module type and firmware version
441
418
}
442
419
You can’t perform that action at this time.
0 commit comments