From ec83eb91d12c0ff5ba7deb6c35e52c056ca117f1 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Wed, 28 Jan 2026 01:23:23 +0500 Subject: [PATCH] cleanup --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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));