Changed timer thread priority and fixed lockout and failsafe timers

This commit is contained in:
dario
2023-09-27 09:53:06 +02:00
parent 817db58a0e
commit 73bf55a0b4
4 changed files with 13 additions and 15 deletions

View File

@@ -92,7 +92,7 @@
/* Software timer definitions. */
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY ( 2 )
#define configTIMER_TASK_PRIORITY ( 48 )
#define configTIMER_QUEUE_LENGTH 10
#define configTIMER_TASK_STACK_DEPTH 256