mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config EXAMPLE_OPENSSL_SERVER_PORT
|
||
|
int "Target port number"
|
||
|
range 0 65535
|
||
|
default 443
|
||
|
help
|
||
|
Target port number for the example to connect to.
|
||
|
|
||
|
endmenu
|