Added start of HTTP server (& data storage)
This commit is contained in:
4
components/http_server/CMakeLists.txt
Normal file
4
components/http_server/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "http.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES dht22 wifi esp_http_server
|
||||
)
|
||||
Reference in New Issue
Block a user