mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-12 06:15:45 +00:00
show please wait message on companion boot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user