Implement Mp3Player dynamic application

This commit is contained in:
Adolfo Reyna
2026-06-28 22:22:57 -04:00
parent a0c1b25169
commit 9db2d3a3fa
5 changed files with 2328 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c)
idf_component_register(
SRCS ${SOURCE_FILES}
REQUIRES TactilitySDK
)