mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-16 04:22:22 +00:00
socket-example: Add tcp client example for multiple interfaces
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_HOST_NAME
|
||||
string "Host Name"
|
||||
default "baidu.com"
|
||||
help
|
||||
host name
|
||||
|
||||
config EXAMPLE_HOST_PORT
|
||||
int "Host Port"
|
||||
default 80
|
||||
range 0 65535
|
||||
help
|
||||
host port
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user