mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
07de534191
To simplify the examples, reused the boiler plate and statics and mainly for testing on localhost interface with no physical network.
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
|
CONFIG_EXAMPLE_CONNECT_ETHERNET=n
|
|
CONFIG_EXAMPLE_TCP_SERVER=y
|
|
CONFIG_EXAMPLE_TCP_CLIENT_CONNECT_ADDRESS="localhost"
|
|
CONFIG_EXAMPLE_TCP_CLIENT_CONNECT_PORT="3344"
|