Save/load time to/from storage in time_manager

This commit is contained in:
2023-05-16 22:12:49 +01:00
parent c82af79d52
commit a4a4a035f2
3 changed files with 75 additions and 3 deletions

View File

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