Merge branch 'idf' into idf-dmx

This commit is contained in:
Hendrik Rauh 2026-03-20 22:47:00 +01:00 committed by GitHub
commit 573757ffe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 443 additions and 103 deletions

View file

@ -1,3 +1,9 @@
idf_component_register(SRCS "dmx-interface.c"
INCLUDE_DIRS "."
REQUIRES web_server dmx)
idf_component_register(
SRCS
"dmx-interface.c"
INCLUDE_DIRS
"."
REQUIRES
dmx
logger
web_server)