image alarm

This commit is contained in:
Mikkeli Matlock
2026-02-15 21:46:18 +09:00
parent 7eb05ea983
commit 33936650c6
9 changed files with 144 additions and 15 deletions

View File

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