diff --git a/src/main.cpp b/src/main.cpp index 5d11b04b..f099cba1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -316,6 +316,7 @@ void setup() { Serial.printf("[%lu] [ ] Starting CrossPoint version " CROSSPOINT_VERSION "\n", millis()); setupDisplayAndFonts(); + exitActivity(); enterNewActivity(new BootActivity(renderer, mappedInputManager));