From cf990c65eb05e14629271ce27eecabd41974f11a Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 22:28:13 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index b1b738bfb..34699401a 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -36,6 +36,7 @@ static int exec_info_cmd (int argc, char **argv) { rtc_clk_cpu_freq_get_config(&freq_config); esp_chip_info_t chip_info; + esp_chip_info(&chip_info); uint32_t total_internal_memory = heap_caps_get_total_size(MALLOC_CAP_INTERNAL); uint32_t free_internal_memory = heap_caps_get_free_size(MALLOC_CAP_INTERNAL);