esp-idf/examples/protocols/sockets/tcp_transport_client/main/Kconfig.projbuild
AndriiFilippov 1befb078cd Create TCP Client using TCP TRANSPORT instead of socket
Update error logs with returned values. Add transport_tcp_init() error check.Clean up
2022-09-15 14:26:21 +02:00

17 lines
375 B
Plaintext

menu "Example Configuration"
config EXAMPLE_IPV4_ADDR
string "IPV4 Address"
default "192.168.0.165"
help
The example will connect to this IPV4 address.
config EXAMPLE_PORT
int "Port"
range 0 65535
default 3333
help
The remote port to which the client example will connect to.
endmenu