Set back LED strip update speed to 100Hz

This commit is contained in:
gaelj 2016-07-18 19:16:15 +02:00
parent 474fb0aaa3
commit 2e1766fbb9
1 changed files with 1 additions and 1 deletions

View File

@ -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