From f25d70128a6fce138d525e41d38371c6000e85ea Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 23:03:09 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 38f644413..56b79cda6 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -46,7 +46,6 @@ static int exec_info_cmd (int argc, char **argv) { ESP_LOGI("Chip Info", "Effective CPU Frequency: %" PRIu32 " MHz", freq_config.freq_mhz); ESP_LOGI("Memory Info", "Total DRAM (internal memory): %"PRIu32" (KB)", total_internal_memory/1024); ESP_LOGI("Memory Info", "Free DRAM (internal memory): %"PRIu32" (KB)", free_internal_memory/1024); - total_ uint32_t features = chip_info.features;