basic i2s output element
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "main.cpp" "app_console.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES "drivers" "dev_console")
|
||||
REQUIRES "audio" "drivers" "dev_console" "drivers")
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})
|
||||
|
||||
Reference in New Issue
Block a user