This commit is contained in:
Wferr 2026-01-05 01:05:16 -08:00
parent aa6fa04bba
commit a77558e50b

View File

@ -258,7 +258,8 @@ void setup() {
Serial.println("!!! HEAP CORRUPTION DETECTED AT BOOT !!!");
setupDisplayAndFonts();
exitActivity();
enterNewActivity(new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD));
enterNewActivity(
new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD));
return;
}