Skip to content

Commit

Permalink
esp_mqtt: add option to configure mqtt task priority.
Browse files Browse the repository at this point in the history
Merges #4947
  • Loading branch information
rezatoune authored and david-cermak committed May 4, 2020
1 parent f7a2bfc commit c1cd396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions components/mqtt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1cd396

Please sign in to comment.