From 92260f939d26c432de948e3cf112a31f73145f28 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Fri, 26 Nov 2021 18:15:23 -0800 Subject: [PATCH] trace backport error --- main/esp_app_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main/esp_app_main.c b/main/esp_app_main.c index 02ff18b6..4f400e4c 100644 --- a/main/esp_app_main.c +++ b/main/esp_app_main.c @@ -432,7 +432,6 @@ void handle_ap_connect(){ void app_main() { - ESP_LOGW(TAG, "Heap internal:%zu/%zu", heap_caps_get_free_size(MALLOC_CAP_INTERNAL), heap_caps_get_total_size(MALLOC_CAP_INTERNAL)); const esp_partition_t *running = esp_ota_get_running_partition(); is_recovery_running = (running->subtype == ESP_PARTITION_SUBTYPE_APP_FACTORY); esp_reset_reason_t xReason = esp_reset_reason();