mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ac2515e199
* This switch allows applications to replace lwip with a different IP stack or just make it build if it is a dependency but not actually needed.
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
CONFIG_IDF_TARGET="linux"
|
|
CONFIG_EXAMPLE_IPV4_ADDR="127.0.0.1"
|
|
CONFIG_EXAMPLE_CONNECT_LWIP_TAPIF=n
|
|
CONFIG_LWIP_ENABLE=y
|