We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ee3ea commit e2cc598Copy full SHA for e2cc598
Firmware/GNSSDO_Firmware/Display.ino
@@ -95,6 +95,8 @@ void beginDisplay(TwoWire *i2cBus)
95
96
delay(50); // Give display time to startup before attempting again
97
}
98
+
99
+ systemPrintln("ERROR: Failed to detect or initialize the display! Continuing...\r\n");
100
101
102
// Given the system state, display the appropriate information
0 commit comments