Skip to content

Commit

Permalink
added more menuconfig help
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Feb 12, 2019
1 parent 037b9d6 commit c6ad36c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kconfig
Expand Up @@ -12,6 +12,8 @@ config ESP_MQTT_TASK_STACK_SIZE
int "MQTT background process task stack size"
depends on ESP_MQTT_ENABLED
default 9216
help
Specify at least 9216 if TLS is used and at least 4096 otherwise.

config ESP_MQTT_TASK_STACK_PRIORITY
int "MQTT background process task priority"
Expand All @@ -30,5 +32,7 @@ config ESP_MQTT_TLS_ENABLE
bool "Enable TLS connection"
depends on ESP_MQTT_ENABLED
default y
help
You can deactivate TLS to save space in memory and flash.

endmenu

0 comments on commit c6ad36c

Please sign in to comment.