client can connect to provider and download an image.
Updated network component to add get mac address
This commit is contained in:
@@ -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 ".")
|
||||
|
||||
Reference in New Issue
Block a user