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()
351351 }
352352}
353353
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-
377354// Connect to ZED module and identify particulars
378355void beginGNSS ()
379356{
@@ -436,7 +413,7 @@ void beginGNSS()
436413 Serial.printf (" Unknown ZED module: %s\n\r " , i2cGNSS.minfo .extension [3 ]);
437414 zedModuleType = PLATFORM_F9P;
438415 }
439-
416+
440417 printModuleInfo (); // Print module type and firmware version
441418 }
442419
You can’t perform that action at this time.
0 commit comments