mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-22 16:03:45 +02:00
Add MDNS Manager
This commit is contained in:
4
components/MDNSManager/CMakeLists.txt
Normal file
4
components/MDNSManager/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "MDNSManager/MDNSManager.cpp"
|
||||
INCLUDE_DIRS "MDNSManager"
|
||||
REQUIRES mdns ProjectConfig StateManager
|
||||
)
|
||||
Reference in New Issue
Block a user