Add NVS storage handler and integrate with main application logic
This commit is contained in:
@@ -2,4 +2,5 @@ file(GLOB SRCS "main.cpp" "*.cpp" "*.c" "**/*.cpp" "**/*.c")
|
||||
idf_component_register(SRCS ${SRCS}
|
||||
PRIV_REQUIRES
|
||||
spi_flash
|
||||
nvs_flash
|
||||
INCLUDE_DIRS "." "display" "touch" "network" "ui" "io" "common")
|
||||
|
||||
Reference in New Issue
Block a user