latest code

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-09-06 16:29:56 +02:00
parent d1f4beed3b
commit 7774417a35
19 changed files with 8002 additions and 12422 deletions

View File

@@ -1,6 +1,8 @@
idf_component_register(SRCS "connectivity.c" "ntp.c"
idf_component_register(SRCS "networking.c" "connectivity.c" "sntp_utils.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
esp_event
esp_http_client
esp_wifi
json
nvs_flash)