mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Set back LED strip update speed to 100Hz
This commit is contained in:
parent
474fb0aaa3
commit
2e1766fbb9
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
|
|||
[TASK_LEDSTRIP] = {
|
||||
.taskName = "LEDSTRIP",
|
||||
.taskFunc = taskLedStrip,
|
||||
.desiredPeriod = 1000000 / 10, // 10 Hz
|
||||
.desiredPeriod = 1000000 / 100, // 100 Hz
|
||||
.staticPriority = TASK_PRIORITY_LOW,
|
||||
},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue