ESP32-Console

This commit is contained in:
2025-01-09 17:24:02 -05:00
parent 38822ae80f
commit 653fd5c84c
10 changed files with 25122 additions and 0 deletions

View File

@@ -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)
{