forked from espressif/arduino-esp32
Add sdkconfig option CONFIG_ARDUINO_UDP_TASK_PRIORITY, which sets the task priority for the UDP vtask." (#4131)
This commit is contained in:
@ -82,6 +82,9 @@ config ARDUINO_UDP_RUNNING_CORE
|
||||
default 1 if ARDUINO_UDP_RUN_CORE1
|
||||
default -1 if ARDUINO_UDP_RUN_NO_AFFINITY
|
||||
|
||||
config CONFIG_ARDUINO_UDP_TASK_PRIORITY
|
||||
int
|
||||
default 3
|
||||
|
||||
config DISABLE_HAL_LOCKS
|
||||
bool "Disable mutex locks for HAL"
|
||||
|
Reference in New Issue
Block a user