mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
add(web_server): init basic webserver
This commit is contained in:
parent
4d8be45e48
commit
7ea7944e91
10 changed files with 447 additions and 1 deletions
8
components/web_server/CMakeLists.txt
Normal file
8
components/web_server/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
idf_component_register(
|
||||
SRCS "src/web_server.c"
|
||||
"src/wifi.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_http_server
|
||||
PRIV_REQUIRES freertos esp_wifi esp_event esp_netif nvs_flash
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue