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
|
|
@ -1,2 +1,4 @@
|
|||
idf_component_register(SRCS "dmx-interface.c"
|
||||
INCLUDE_DIRS ".")
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES web_server)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue