From bc4f2fbb95be0e5fb85ff92545c36c275f120d9f Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sat, 12 Feb 2022 16:27:21 +0100 Subject: [PATCH] move led loop from core0 to core1 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index b4b780af..f3bd3e8a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ licenses. Refer to LICENSE.txt file in repository for more details. Task Core Prio Purpose ------------------------------------------------------------------------------- -ledloop* 0 1 blinks LEDs +ledloop* 1 1 blinks LEDs spiloop# 0 2 reads/writes data on spi interface lmictask* 1 1 MCCI LMiC LORAWAN stack clockloop# 1 6 generates realtime telegrams for external clock @@ -238,7 +238,7 @@ void setup() { (void *)1, // parameter of the task 1, // priority of the task &ledLoopTask, // task handle - 0); // CPU core + 1); // CPU core #endif // initialize wifi antenna