client can connect to provider and download an image.

Updated network component to add get mac address
This commit is contained in:
2026-03-28 14:59:49 -04:00
parent 46d1ab6358
commit 2ced2f0b0a
10 changed files with 229 additions and 14 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
idf_component_register(SRCS "main.cpp"
PRIV_REQUIRES driver nvs_flash driver
esp_event esp_timer led network
idf_component_register(SRCS "main.cpp" "provider.cpp"
PRIV_REQUIRES driver nvs_flash
esp_event esp_timer
led network http_client mdns
INCLUDE_DIRS ".")