http client first version made by claude opus
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user