mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
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