Skip to content

Commit e2cc598

Browse files
committed
Add ERROR print if no display is detected
1 parent 23ee3ea commit e2cc598

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/GNSSDO_Firmware/Display.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ void beginDisplay(TwoWire *i2cBus)
9595

9696
delay(50); // Give display time to startup before attempting again
9797
}
98+
99+
systemPrintln("ERROR: Failed to detect or initialize the display! Continuing...\r\n");
98100
}
99101

100102
// Given the system state, display the appropriate information

0 commit comments

Comments
 (0)