Update output of example-tls-client in its readme
This commit is contained in:
parent
0819e6f50c
commit
1a18aaecde
2 changed files with 13 additions and 11 deletions
|
@ -495,7 +495,6 @@ void app_start(int, char*[]) {
|
|||
|
||||
hello = new HelloHTTPS(HTTPS_SERVER_NAME, HTTPS_SERVER_PORT);
|
||||
|
||||
printf("\r\n\r\n");
|
||||
printf("Client IP Address is %s\r\n", eth.getIPAddress());
|
||||
|
||||
mbed::FunctionPointer1<void, const char*> fp(hello, &HelloHTTPS::startTest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue