example/09_openssl_client: change default port to be 443

This commit is contained in:
Liu Han
2016-12-08 19:34:14 +08:00
parent 19a2ee3740
commit d6ec6d1ae5

View File

@@ -9,7 +9,7 @@ config TARGET_DOMAIN
config TARGET_PORT_NUMBER
int "Target port number"
range 0 65535
default 433
default 443
help
Target port number for the example to connect to.
@@ -25,4 +25,4 @@ config WIFI_PASSWORD
help
WiFi password (WPA or WPA2) for the example to use.
endmenu
endmenu