show please wait message on companion boot

这个提交包含在:
liamcottle
2025-04-01 15:50:24 +13:00
父节点 ec320cb5a8
当前提交 af070af554
+3 -1
查看文件
@@ -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