Skip to content

Commit 5977877

Browse files
committed
Update Kconfig to autoenable SO_RCVBUF in IDF
1 parent 7cef2e2 commit 5977877

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
menu "Arduino Configuration"
22

3+
config ENABLE_ARDUINO_DEPENDS
4+
bool
5+
select LWIP_SO_RCVBUF
6+
default "y"
7+
38
config AUTOSTART_ARDUINO
49
bool "Autostart Arduino setup and loop on boot"
510
default "n"

0 commit comments

Comments
 (0)