Skip to content

Commit 2db11bb

Browse files
committed
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 #759
1 parent cdb7bfd commit 2db11bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Override some defaults to enable SLIP
22
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

Comments
 (0)