From d0ae156965f1236b6fbbb5e87220a60b99af5f3e Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Sun, 6 Oct 2024 11:16:39 +0200 Subject: [PATCH] Change stack size from 10kB to 35kB --- lib/obp60task/obp60task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/obp60task/obp60task.h b/lib/obp60task/obp60task.h index e184220..aecada9 100644 --- a/lib/obp60task/obp60task.h +++ b/lib/obp60task/obp60task.h @@ -21,7 +21,7 @@ // OBP60 Task void OBP60Task(GwApi *param); - DECLARE_USERTASK_PARAM(OBP60Task, 10000); // Need 8k RAM as stack size + DECLARE_USERTASK_PARAM(OBP60Task, 35000); // Need 35k RAM as stack size DECLARE_CAPABILITY(obp60,true); DECLARE_STRING_CAPABILITY(HELP_URL, "https://obp60-v2-docu.readthedocs.io/de/latest/"); // Link to help pages #endif \ No newline at end of file