mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
Merge branch 'idf' into idf-dmx
This commit is contained in:
commit
573757ffe0
18 changed files with 443 additions and 103 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue