Fixed priority ranges
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 12s

This commit is contained in:
2026-02-17 11:06:01 +01:00
parent 675a99930a
commit 6b36435759

View File

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