mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:30:50 +00:00
ESP32-Console
This commit is contained in:
@@ -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