Seperate SNTP stuff into its own module

This commit is contained in:
2023-05-17 18:08:55 +01:00
parent 89eb99b80f
commit 6ec3cae4b3
4 changed files with 120 additions and 75 deletions

View File

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