add fancy hardfault handler, increase heater stack size

This commit is contained in:
2023-04-10 22:40:02 +02:00
parent f23f726b2d
commit 60d15b8c07
5 changed files with 196 additions and 19 deletions
+1
View File
@@ -121,6 +121,7 @@ void app_task_gui(void *argument) {
/** Switch to a different screen handler.
* If "init" is true, immediately call it with the init event. */
void switch_screen(screen_t pScreen, bool init) {
PRINTF("Screen = %p, init=%d\r\n", pScreen, init);
s_app.initial_pushed = s_app.pushed;
s_app.screen = pScreen;
// clear the union field