forked from espressif/esp-idf
https mbedtls example
This commit is contained in:
@@ -146,7 +146,7 @@ static void https_get_task(void *pvParameters)
|
||||
ESP_LOGI(TAG, "Connection established...");
|
||||
} else {
|
||||
ESP_LOGE(TAG, "Connection failed...");
|
||||
abort();
|
||||
goto exit;
|
||||
}
|
||||
|
||||
size_t written_bytes = 0;
|
||||
|
||||
Reference in New Issue
Block a user