Flesh out time module

This commit is contained in:
2023-05-15 17:31:23 +01:00
parent 8be7ec1e28
commit cee2e368dc
5 changed files with 41 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "time.c"
SRCS "time_manager.c"
INCLUDE_DIRS "."
REQUIRES
REQUIRES config
)