Browse Source

Fix for panic-issue while RFIDlearn (thnx to grch87)

master
Torsten Stauder 5 years ago
parent
commit
8474ab605b
  1. 2
      src/main.cpp

2
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

Loading…
Cancel
Save