Added start of HTTP server (& data storage)

This commit is contained in:
2023-11-06 20:41:17 +00:00
parent 37ce171347
commit 8fd658071a
5 changed files with 144 additions and 53 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "http.c"
INCLUDE_DIRS "."
PRIV_REQUIRES dht22 wifi esp_http_server
)