mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +03:00
format
This commit is contained in:
parent
aa6fa04bba
commit
a77558e50b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user