We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb7bfd commit 2db11bbCopy full SHA for 2db11bb
examples/esp_netif/slip_custom_netif/sdkconfig.defaults
@@ -1,2 +1,5 @@
1
# Override some defaults to enable SLIP
2
CONFIG_LWIP_SLIP_SUPPORT=y
3
+# Workaround: Enable PPP to let esp_netif know that lwip's netif->state
4
+# will be occupied (by SLIP netif info)
5
+CONFIG_LWIP_PPP_SUPPORT=y
0 commit comments