Added support for NVS in console example
This commit is contained in:
committed by
Ivan Grokhotkov
parent
65d01336d3
commit
602d102403
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user