loading date/time via SNTP

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-08-27 21:57:24 +02:00
parent 79612d43a7
commit 2d9930ca9c
11 changed files with 188 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
idf_component_register(SRCS "connectivity.c"
idf_component_register(SRCS "connectivity.c" "ntp.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
esp_event
esp_wifi)
esp_wifi
nvs_flash)