This commit is contained in:
Arthur Tazhitdinov 2026-01-28 01:23:23 +05:00
parent f6c6f87d90
commit ec83eb91d1

View File

@ -316,6 +316,7 @@ void setup() {
Serial.printf("[%lu] [ ] Starting CrossPoint version " CROSSPOINT_VERSION "\n", millis());
setupDisplayAndFonts();
exitActivity();
enterNewActivity(new BootActivity(renderer, mappedInputManager));