mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/config_mqtt_task_prio_v4.1' into 'release/v4.1'
esp_mqtt: configure task priority, esp_mqtt_abort_connection race condition, clenaup logs and docs (v4.1) See merge request espressif/esp-idf!8472
This commit is contained in:
commit
f232b07e4e
@ -86,6 +86,13 @@ menu "ESP-MQTT Configurations"
|
||||
Default config employs API locks to protect internal structures. It is possible to disable
|
||||
these locks if the user code doesn't access MQTT API from multiple concurrent tasks
|
||||
|
||||
config MQTT_TASK_PRIORITY
|
||||
int "MQTT task priority"
|
||||
default 5
|
||||
depends on MQTT_USE_CUSTOM_CONFIG
|
||||
help
|
||||
MQTT task priority. Higher number denotes higher priority.
|
||||
|
||||
config MQTT_TASK_CORE_SELECTION_ENABLED
|
||||
bool "Enable MQTT task core selection"
|
||||
default false
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 86fc8b7584f7f3aebf422843d84a26655e485fbe
|
||||
Subproject commit 6bc94add892437d0fd50f26bfabe78c646648c13
|
Loading…
Reference in New Issue
Block a user