show please wait message on companion boot

This commit is contained in:
liamcottle
2025-04-01 15:50:24 +13:00
parent ec320cb5a8
commit af070af554

View File

@@ -1442,7 +1442,9 @@ void setup() {
#ifdef DISPLAY_CLASS
if (display.begin()) {
disp = &display;
disp->clear();
disp->startFrame();
disp->print("Please wait...");
disp->endFrame();
}
#endif
#endif