Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
idf_component_register(
|
||||
SRCS "src/dali_domain.cpp"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES dali_cpp dali esp_driver_uart freertos log
|
||||
)
|
||||
|
||||
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
|
||||
Reference in New Issue
Block a user