removed codecs to save memory
This commit is contained in:
9
lib/ESP32-audioI2S/CMakeLists.txt
Normal file
9
lib/ESP32-audioI2S/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
get_filename_component(dir ${CMAKE_CURRENT_LIST_FILE} PATH)
|
||||
FILE(GLOB_RECURSE app_sources ${dir}/src/*.cpp)
|
||||
|
||||
idf_component_register(SRCS ${app_sources}
|
||||
REQUIRES "ESP32-audioI2S"
|
||||
INCLUDE_DIRS "src"
|
||||
REQUIRES wear_levelling Arduino
|
||||
)
|
||||
Reference in New Issue
Block a user