mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
https_mbedtls_example: Add minimum free heap print in the example and
respective check in the example_test.py
This commit is contained in:
@@ -249,6 +249,7 @@ static void https_get_task(void *pvParameters)
|
||||
|
||||
static int request_count;
|
||||
ESP_LOGI(TAG, "Completed %d requests", ++request_count);
|
||||
printf("Minimum free heap size: %d bytes\n", esp_get_minimum_free_heap_size());
|
||||
|
||||
for(int countdown = 10; countdown >= 0; countdown--) {
|
||||
ESP_LOGI(TAG, "%d...", countdown);
|
||||
|
Reference in New Issue
Block a user