Skip to content

Commit 62d5490

Browse files
authored
Merge pull request #129 from baba-dev/codex/fix-missing-header-file-errors
fix(tab5): add missing app requires
2 parents 8825ed4 + 5c586a1 commit 62d5490

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

platforms/tab5/main/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ idf_component_register(
2323
INCLUDE_DIRS "." ${APP_LAYER_INCS}
2424
REQUIRES backup_server connection_tester diag net_sntp ota_update settings_core
2525
settings_ui m5stack_tab5 esp_wifi esp_netif esp_event nvs_flash
26-
esp_http_server
26+
esp_http_server chmorgan__esp-audio-player mooncake mooncake_log
27+
smooth_ui_toolkit power_monitor_ina226 esp_video imlib
2728
EMBED_TXTFILES "../audio/canon_in_d.mp3" "../audio/startup_sfx.mp3" "../audio/shutdown_sfx.mp3")
2829

2930
set(CUSTOM_ASSETS_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../custom/assets")

0 commit comments

Comments
 (0)