feat(examples): Move the slip example to esp-netif folder

And update the slip_modem_get_ipv6_address() to return the address by
copy instead of reference (to employ return value optimizaiton where
possible)
This commit is contained in:
David Cermak
2022-09-14 15:19:27 +02:00
parent 52d7458b99
commit fcd6f0bb14
11 changed files with 16 additions and 18 deletions

View File

@ -0,0 +1,2 @@
# Override some defaults to enable SLIP
CONFIG_LWIP_SLIP_SUPPORT=y