Update Kconfig to autoenable SO_RCVBUF in IDF

This commit is contained in:
me-no-dev 2017-01-09 17:51:07 +02:00
parent 7cef2e2954
commit 5977877dbe

View File

@ -1,5 +1,10 @@
menu "Arduino Configuration"
config ENABLE_ARDUINO_DEPENDS
bool
select LWIP_SO_RCVBUF
default "y"
config AUTOSTART_ARDUINO
bool "Autostart Arduino setup and loop on boot"
default "n"