http client first version made by claude opus

This commit is contained in:
2026-03-28 13:44:54 -04:00
parent a886b9aa11
commit 46d1ab6358
6 changed files with 314 additions and 10 deletions
+3 -2
View File
@@ -1,2 +1,3 @@
idf_component_register(SRCS "http_client.c"
INCLUDE_DIRS "include")
idf_component_register(SRCS "http_client.cpp"
INCLUDE_DIRS "." "../shared"
PRIV_REQUIRES esp_http_client)