Skip to content

Commit

Permalink
enforce LWIP_SO_RCVBUF using Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed May 21, 2017
1 parent 0899dec commit c16323b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
menu "esp-mqtt"

config ESP_MQTT_ENABLED
bool "Enable the MQTT component"
select LWIP_SO_RCVBUF
default y
help
This is currently only used to enforce the selection of LWIP_SO_RCVBUF.
Disabling the component does not actually disable something.

config ESP_MQTT_TASK_STACK_SIZE
int "MQTT background process task stack size"
default 4096
Expand Down
1 change: 1 addition & 0 deletions test/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ CONFIG_BT_RESERVE_DRAM=0
#
# esp-mqtt
#
CONFIG_ESP_MQTT_ENABLED=y
CONFIG_ESP_MQTT_TASK_STACK_SIZE=4096
CONFIG_ESP_MQTT_TASK_STACK_PRIORITY=5

Expand Down

0 comments on commit c16323b

Please sign in to comment.