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