Files

6 lines
185 B
CMake
Raw Permalink Normal View History

2026-02-15 21:11:33 +09:00
idf_component_register(
SRCS "audio_client.cpp"
2026-02-15 21:46:18 +09:00
REQUIRES espressif__esp_websocket_client port_bsp codec_board lvgl__lvgl
2026-02-15 21:11:33 +09:00
PRIV_REQUIRES esp_event json
INCLUDE_DIRS "./")