mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 11:28:43 +00:00
f398594982
- Refactored protocol_examples_common to use ethernet_init component
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
CONFIG_EXAMPLE_CONNECT_ETHERNET=y
|
|
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
|
CONFIG_EXAMPLE_TCP_SERVER=y
|
|
CONFIG_EXAMPLE_TCP_CLIENT_CONNECT_ADDRESS="localhost"
|
|
CONFIG_EXAMPLE_TCP_CLIENT_CONNECT_PORT="3344"
|