多模态

This commit is contained in:
admin
2026-02-24 21:36:14 +08:00
parent e1e0ac8929
commit 68840e6ea4
23 changed files with 3368 additions and 44 deletions

View File

@@ -8,5 +8,5 @@ static const char *TAG = "app_main";
void app_main(void) {
ESP_ERROR_CHECK(controller_lifecycle_start());
ESP_LOGI(TAG, "LYF controller started");
ESP_LOGI(TAG, "TQ controller started");
}