upload mutimodal

This commit is contained in:
Summer
2025-06-11 04:55:38 -07:00
parent b5c6bc3765
commit 3a70577223
41 changed files with 2883 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "SerialManager/SerialManager.cpp"
INCLUDE_DIRS "SerialManager"
REQUIRES esp_driver_uart CommandManager
REQUIRES esp_driver_uart CommandManager ProjectConfig
)