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

View File

@@ -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.