mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 05:43:22 +00:00
ESP32-Console
This commit is contained in:
@@ -1 +1 @@
|
||||
790cdf9c54ee41933a95e54f6c68b723 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/ESP32-Console.bin
|
||||
93f7f00a68955974292fed6ff4b70992 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/ESP32-Console.bin
|
||||
|
@@ -988,3 +988,10 @@
|
||||
354 444 1736827278306275147 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 1b80614e0080b2b2
|
||||
336 790 1736827278203274947 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 7862f2b129d0a3b4
|
||||
790 828 1736827278657275827 esp-idf/main/libmain.a cd0eed6769da8813
|
||||
828 15655 1736827293420304953 esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba
|
||||
828 15655 1736827293420304953 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba
|
||||
15656 16861 1736827293523305160 ESP32-Console.elf dcedc965aeffc1e6
|
||||
16861 17629 1736827295492309121 .bin_timestamp 3215cded7500ce5f
|
||||
16861 17629 1736827295492309121 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/.bin_timestamp 3215cded7500ce5f
|
||||
17632 17812 1736827295499309135 esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245
|
||||
17632 17812 1736827295499309135 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -46,6 +46,7 @@ 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;
|
||||
|
||||
|
Reference in New Issue
Block a user