diff --git a/examples/esp_netif/slip_custom_netif/sdkconfig.defaults b/examples/esp_netif/slip_custom_netif/sdkconfig.defaults index a0f094bcdd..e5847818e3 100644 --- a/examples/esp_netif/slip_custom_netif/sdkconfig.defaults +++ b/examples/esp_netif/slip_custom_netif/sdkconfig.defaults @@ -1,2 +1,5 @@ # Override some defaults to enable SLIP CONFIG_LWIP_SLIP_SUPPORT=y +# Workaround: Enable PPP to let esp_netif know that lwip's netif->state +# will be occupied (by SLIP netif info) +CONFIG_LWIP_PPP_SUPPORT=y