mirror of
https://github.com/espressif/esp-idf
synced 2025-03-19 14:09:14 -04:00
By default it uses simple client connecting to https address. It is possible to configure both server and client. As for example test the configuration of both server and client connecting to each other on
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
CONFIG_EXAMPLE_CLIENT=y
|
|
CONFIG_EXAMPLE_SERVER=y
|
|
CONFIG_EXAMPLE_SERVER_NAME="localhost"
|
|
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
|
CONFIG_EXAMPLE_CONNECT_ETHERNET=n
|
|
|