removed codecs to save memory

This commit is contained in:
2025-07-06 21:25:41 +02:00
parent 6022655198
commit fe04474ed8
104 changed files with 64077 additions and 0 deletions

View 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
)