mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:16:08 +00:00
ESP32-Console
This commit is contained in:
1
ESP32-Console/build/.bin_timestamp
Normal file
1
ESP32-Console/build/.bin_timestamp
Normal file
@@ -0,0 +1 @@
|
||||
2c970e5e1565ca7ac42c8c1207995351 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/ESP32-Console.bin
|
Binary file not shown.
@@ -959,3 +959,11 @@
|
||||
183419 183545 1736461422417996648 bootloader-prefix/src/bootloader-stamp/bootloader-done 1b80614e0080b2b2
|
||||
183419 183545 1736461422417996648 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/CMakeFiles/bootloader-complete 1b80614e0080b2b2
|
||||
183419 183545 1736461422417996648 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 1b80614e0080b2b2
|
||||
171826 198418 1736461437133850422 esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba
|
||||
171826 198418 1736461437133850422 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esp_system/ld/sections.ld 40dd10ea1c63b5ba
|
||||
198418 198462 1736461437295870012 CMakeFiles/ESP32-Console.elf.dir/project_elf_src_esp32c3.c.obj f96006f229ed005d
|
||||
198462 199332 1736461437340875454 ESP32-Console.elf 41d31eb88424b347
|
||||
199332 199740 1736461438615029131 .bin_timestamp 3215cded7500ce5f
|
||||
199332 199740 1736461438615029131 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/.bin_timestamp 3215cded7500ce5f
|
||||
199740 199890 1736461438618029492 esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245
|
||||
199740 199890 1736461438618029492 /home/abobkov/MyProjects/ESP-Nodes/ESP32-Console/build/esp-idf/esptool_py/CMakeFiles/app_check_size 5a83574cbacee245
|
||||
|
Binary file not shown.
BIN
ESP32-Console/build/ESP32-Console.bin
Normal file
BIN
ESP32-Console/build/ESP32-Console.bin
Normal file
Binary file not shown.
BIN
ESP32-Console/build/ESP32-Console.elf
Executable file
BIN
ESP32-Console/build/ESP32-Console.elf
Executable file
Binary file not shown.
24405
ESP32-Console/build/ESP32-Console.map
Normal file
24405
ESP32-Console/build/ESP32-Console.map
Normal file
File diff suppressed because one or more lines are too long
701
ESP32-Console/build/esp-idf/esp_system/ld/sections.ld
Normal file
701
ESP32-Console/build/esp-idf/esp_system/ld/sections.ld
Normal file
File diff suppressed because one or more lines are too long
@@ -6,9 +6,16 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "esp_console.h"
|
||||
|
||||
static void initialize_nvs (void) {
|
||||
esp_err_t err = nvs_flash_init();
|
||||
if (err = ESP_ERR_NVS_NO_FREE_PAGES || err = ESP_ERR_NVS_NEW_VERSION)
|
||||
}
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user