From 9cde53d81ab651a64c53c228a27467358e1f6293 Mon Sep 17 00:00:00 2001 From: Malaurie Bernard <mbernard@kinouby> Date: Thu, 20 Jul 2023 13:32:07 +0200 Subject: [PATCH] Correction of the "oom" problem --- common.h | 3 ++- web.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common.h b/common.h index 9ef4172..d9e31a4 100644 --- a/common.h +++ b/common.h @@ -4,7 +4,8 @@ #include <Arduino.h> -//#include "AccelStepper.h" +#include "AccelStepper.h" +#include <umm_malloc/umm_heap_select.h> #define MSGHEADER "#CLI: " diff --git a/web.cpp b/web.cpp index 08c480f..0133f66 100644 --- a/web.cpp +++ b/web.cpp @@ -5,7 +5,7 @@ void web_setup () { - //HeapSelectIram abc; + HeapSelectIram abc; set_theme(1); //Create tabs -- GitLab