forked from espressif/esp-idf
example/09_openssl_client: change default port to be 443
This commit is contained in:
@@ -9,7 +9,7 @@ config TARGET_DOMAIN
|
|||||||
config TARGET_PORT_NUMBER
|
config TARGET_PORT_NUMBER
|
||||||
int "Target port number"
|
int "Target port number"
|
||||||
range 0 65535
|
range 0 65535
|
||||||
default 433
|
default 443
|
||||||
help
|
help
|
||||||
Target port number for the example to connect to.
|
Target port number for the example to connect to.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user