From 8474ab605b082b47240eb329f5c35ee2738b4526 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Tue, 15 Dec 2020 21:38:47 +0100 Subject: [PATCH] Fix for panic-issue while RFIDlearn (thnx to grch87) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 90ae102..b190495 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3532,7 +3532,7 @@ void setup() { NULL, /* Task input parameter */ 1 | portPRIVILEGE_BIT, /* Priority of the task */ &LED, /* Task handle. */ - 0 /* Core where the task should run */ + 1 /* Core where the task should run */ ); #endif