5 lines
102 B
CMake
5 lines
102 B
CMake
idf_component_register(SRCS "http.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES dht22 wifi esp_http_server
|
|
)
|