Add a settings console command

This commit is contained in:
2023-05-15 18:32:56 +01:00
parent 0634787df3
commit f115ed7394
2 changed files with 34 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "settings.c"
INCLUDE_DIRS "."
REQUIRES fatal nvs_flash
REQUIRES console_wrapper fatal nvs_flash
)