Browse Source

show please wait message on companion boot

pull/165/head
liamcottle 1 year ago
parent
commit
af070af554
  1. 4
      examples/companion_radio/main.cpp

4
examples/companion_radio/main.cpp

@ -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

Loading…
Cancel
Save