Fixed priority ranges
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s
This commit is contained in:
@@ -57,7 +57,7 @@ if IR_RECV
|
||||
config IR_RECV_THREAD_PRIO_ADC
|
||||
int "ADC sampling thread priority"
|
||||
default 2
|
||||
range -10 10
|
||||
range 0 20
|
||||
help
|
||||
Thread priority for hardware ADC sampling.
|
||||
|
||||
@@ -70,8 +70,8 @@ if IR_RECV
|
||||
|
||||
config IR_RECV_THREAD_PRIO_PROCESS
|
||||
int "IR processing thread priority"
|
||||
default 5
|
||||
range -10 10
|
||||
default 3
|
||||
range 0 20
|
||||
help
|
||||
Thread priority for IR buffer processing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user