refactor(structure): relocate remaining legacy files out of main

This commit is contained in:
admin
2026-02-26 10:25:31 +08:00
parent 044618b4ed
commit 4526dad056
5 changed files with 5 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ idf_component_register(
"src/voice_interaction_ws_audio.c"
"src/voice_interaction_marker.c"
"src/voice_interaction_tasks.c"
"../../main/third_party/qrcodegen.c"
"third_party/qrcodegen.c"
INCLUDE_DIRS
"include"
"../../main/third_party"
"third_party"
PRIV_INCLUDE_DIRS
"internal"
REQUIRES