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
  • Loading branch information
rezatoune authored and egnor committed Dec 23, 2022
1 parent 4b095cb commit 0b8586e
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
2 changes: 1 addition & 1 deletion components/mqtt/esp-mqtt
Submodule esp-mqtt updated from 8a1e1a to d8e208

0 comments on commit 0b8586e

Please sign in to comment.