mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
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:
2
examples/esp_netif/slip_custom_netif/sdkconfig.defaults
Normal file
2
examples/esp_netif/slip_custom_netif/sdkconfig.defaults
Normal file
@ -0,0 +1,2 @@
|
||||
# Override some defaults to enable SLIP
|
||||
CONFIG_LWIP_SLIP_SUPPORT=y
|
Reference in New Issue
Block a user