mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
show please wait message on companion boot
This commit is contained in:
parent
ec320cb5a8
commit
af070af554
1 changed files with 3 additions and 1 deletions
|
|
@ -1442,7 +1442,9 @@ void setup() {
|
||||||
#ifdef DISPLAY_CLASS
|
#ifdef DISPLAY_CLASS
|
||||||
if (display.begin()) {
|
if (display.begin()) {
|
||||||
disp = &display;
|
disp = &display;
|
||||||
disp->clear();
|
disp->startFrame();
|
||||||
|
disp->print("Please wait...");
|
||||||
|
disp->endFrame();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue