Set back LED strip update speed to 100Hz
This commit is contained in:
parent
474fb0aaa3
commit
2e1766fbb9
|
@ -168,7 +168,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
|
||||||
[TASK_LEDSTRIP] = {
|
[TASK_LEDSTRIP] = {
|
||||||
.taskName = "LEDSTRIP",
|
.taskName = "LEDSTRIP",
|
||||||
.taskFunc = taskLedStrip,
|
.taskFunc = taskLedStrip,
|
||||||
.desiredPeriod = 1000000 / 10, // 10 Hz
|
.desiredPeriod = 1000000 / 100, // 100 Hz
|
||||||
.staticPriority = TASK_PRIORITY_LOW,
|
.staticPriority = TASK_PRIORITY_LOW,
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue