add(web_server): init basic webserver

This commit is contained in:
HendrikRauh 2026-03-05 17:51:30 +01:00
parent 4d8be45e48
commit 7ea7944e91
10 changed files with 447 additions and 1 deletions

View file

@ -1,2 +1,4 @@
idf_component_register(SRCS "dmx-interface.c"
INCLUDE_DIRS ".")
INCLUDE_DIRS "."
REQUIRES web_server)