Added support for NVS in console example

This commit is contained in:
Martin Válik
2019-01-11 09:51:50 +08:00
committed by Ivan Grokhotkov
parent 65d01336d3
commit 602d102403
7 changed files with 572 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ extern "C" {
#include "cmd_system.h"
#include "cmd_wifi.h"
#include "cmd_nvs.h"
#ifdef __cplusplus
}
@@ -130,6 +130,7 @@ void app_main()
esp_console_register_help_command();
register_system();
register_wifi();
register_nvs();
/* Prompt to be printed before each line.
* This can be customized, made dynamic, etc.