mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-05 14:24:02 +03:00
Update output of example-tls-client in its readme
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user