Skip to content

Commit a07f3c1

Browse files
committed
Add missing config
1 parent 37af4c9 commit a07f3c1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tools/sdk/esp32/include/config/sdkconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#define CONFIG_ARDUINO_EVENT_RUN_CORE1 1
6666
#define CONFIG_ARDUINO_EVENT_RUNNING_CORE 1
6767
#define CONFIG_ARDUINO_UDP_RUN_CORE1 1
68+
#define CONFIG_ARDUINO_UDP_TASK_PRIORITY 3
6869
#define CONFIG_ARDUINO_UDP_RUNNING_CORE 1
6970
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_ERROR 1
7071
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL 1

tools/sdk/esp32/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ CONFIG_ARDUINO_EVENT_RUNNING_CORE=1
176176
# CONFIG_ARDUINO_UDP_RUN_CORE0 is not set
177177
CONFIG_ARDUINO_UDP_RUN_CORE1=y
178178
# CONFIG_ARDUINO_UDP_RUN_NO_AFFINITY is not set
179+
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
179180
CONFIG_ARDUINO_UDP_RUNNING_CORE=1
180181
# CONFIG_ARDUINO_ISR_IRAM is not set
181182
# CONFIG_DISABLE_HAL_LOCKS is not set

tools/sdk/esp32s2/include/config/sdkconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#define CONFIG_ARDUINO_EVENT_RUN_CORE1 1
5252
#define CONFIG_ARDUINO_EVENT_RUNNING_CORE 1
5353
#define CONFIG_ARDUINO_UDP_RUN_CORE1 1
54+
#define CONFIG_ARDUINO_UDP_TASK_PRIORITY 3
5455
#define CONFIG_ARDUINO_UDP_RUNNING_CORE 1
5556
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_ERROR 1
5657
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL 1

tools/sdk/esp32s2/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ CONFIG_ARDUINO_EVENT_RUNNING_CORE=1
140140
# CONFIG_ARDUINO_UDP_RUN_CORE0 is not set
141141
CONFIG_ARDUINO_UDP_RUN_CORE1=y
142142
# CONFIG_ARDUINO_UDP_RUN_NO_AFFINITY is not set
143+
CONFIG_ARDUINO_UDP_TASK_PRIORITY=3
143144
CONFIG_ARDUINO_UDP_RUNNING_CORE=1
144145
# CONFIG_ARDUINO_ISR_IRAM is not set
145146
# CONFIG_DISABLE_HAL_LOCKS is not set

0 commit comments

Comments
 (0)