forked from espressif/esp-idf
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"
|