From bcff2197fcbfd586e6f36803463ea893d3adf4af Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 12 Nov 2025 17:10:41 +0100 Subject: [PATCH] unoq: restore main thread priority to 5 This is needed to ensure RouterBridge 0.2.2 functionality --- .../arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf b/variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf index b03a6e5c..52da466e 100644 --- a/variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf +++ b/variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf @@ -37,6 +37,8 @@ CONFIG_DYNAMIC_THREAD=y CONFIG_DYNAMIC_THREAD_POOL_SIZE=2 CONFIG_DYNAMIC_THREAD_ALLOC=y +CONFIG_MAIN_THREAD_PRIORITY=5 + #CONFIG_VIDEO=y #CONFIG_VIDEO_LOG_LEVEL_DBG=y #CONFIG_VIDEO_STM32_DCMI=y