esp-idf/examples/protocols/openssl_server/main/Kconfig.projbuild
2021-04-21 16:18:03 +04:00

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