esp-idf/examples/protocols/sockets/non_blocking/sdkconfig.ci
David Cermak 07de534191 examples: Move non-block socket examples to a single app
To simplify the examples, reused the boiler plate and statics and mainly
for testing on localhost interface with no physical network.
2021-06-25 20:46:49 +08:00

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"