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 -1
View File
@@ -2,7 +2,10 @@
dependencies:
idf:
version: '>=4.1.0'
espressif/mdns: ^1.4.1
network:
path: "../../components/network"
led:
path: "../../components/led"
path: "../../components/led"
http_client:
path: "../../components/http_client"