examples: Add esp-ssl example tests server/client
Closes IDF-1156
This commit is contained in:
committed by
Suren Gabrielyan
parent
822cdd81ef
commit
823abfdfd5
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user