Files
esp-protocols/examples/esp_netif/slip_custom_netif/sdkconfig.defaults
David Cermak 2db11bbb8c fix(examples): Fix SLIP netif example to make esp_netif use special netif
by enabling PPP netif, so esp_netif knows that lwip's netif->state
will be reserved for special netif info (slip)

Closes https://github.com/espressif/esp-protocols/issues/759
2025-02-20 11:58:54 +01:00

6 lines
217 B
Plaintext

# 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