mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 13:50:15 +00:00
ESP32-Console
This commit is contained in:
@@ -36,6 +36,7 @@ static int exec_info_cmd (int argc, char **argv) {
|
|||||||
rtc_clk_cpu_freq_get_config(&freq_config);
|
rtc_clk_cpu_freq_get_config(&freq_config);
|
||||||
|
|
||||||
esp_chip_info_t chip_info;
|
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 total_internal_memory = heap_caps_get_total_size(MALLOC_CAP_INTERNAL);
|
||||||
uint32_t free_internal_memory = heap_caps_get_free_size(MALLOC_CAP_INTERNAL);
|
uint32_t free_internal_memory = heap_caps_get_free_size(MALLOC_CAP_INTERNAL);
|
||||||
|
Reference in New Issue
Block a user