We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df62f88 commit 45db6e0Copy full SHA for 45db6e0
src/main.cpp
@@ -32,7 +32,7 @@ static void startDimmerTask()
32
NULL,
33
4096 * 2,
34
35
- tskIDLE_PRIORITY + 2,
+ tskIDLE_PRIORITY + 5,
36
&dimmerTaskHandle);
37
if (taskResult != pdPASS)
38
{
@@ -233,7 +233,7 @@ void setup(void)
233
234
4096,
235
236
- tskIDLE_PRIORITY,
+ tskIDLE_PRIORITY + 1,
237
NULL);
238
if (result != pdPASS)
239
@@ -246,7 +246,7 @@ void setup(void)
246
247
248
249
250
251
252
0 commit comments