show please wait message on companion boot

Tento commit je obsažen v:
liamcottle
2025-04-01 15:50:24 +13:00
rodič ec320cb5a8
revize af070af554
+3 -1
Zobrazit soubor
@@ -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