audio_client.cpp fix

This commit is contained in:
Mikkeli Matlock
2026-02-15 21:36:56 +09:00
parent dca989a01b
commit 7eb05ea983
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "audio_client.cpp"
REQUIRES espressif__esp_websocket_client port_bsp
REQUIRES espressif__esp_websocket_client port_bsp codec_board
PRIV_REQUIRES esp_event json
INCLUDE_DIRS "./")