Skip to content

Commit

Permalink
Add ERROR print if no display is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Feb 6, 2025
1 parent 23ee3ea commit e2cc598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firmware/GNSSDO_Firmware/Display.ino
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ void beginDisplay(TwoWire *i2cBus)

delay(50); // Give display time to startup before attempting again
}

systemPrintln("ERROR: Failed to detect or initialize the display! Continuing...\r\n");
}

// Given the system state, display the appropriate information
Expand Down

0 comments on commit e2cc598

Please sign in to comment.