Skip to content

Commit 1c9dd49

Browse files
authored
Merge pull request #123 from baba-dev/codex/update-cmakelists.txt-with-hal-dependencies
fix(tab5): add hal esp-idf dependencies
2 parents 299472b + eb8a294 commit 1c9dd49

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
@@ -22,7 +22,8 @@ idf_component_register(
2222
SRCS "app_main.cpp" ${APP_LAYER_SRCS} ${MY_HAL_SRCS}
2323
INCLUDE_DIRS "." ${APP_LAYER_INCS}
2424
REQUIRES backup_server connection_tester diag net_sntp ota_update settings_core
25-
settings_ui
25+
settings_ui m5stack_tab5 esp_wifi esp_netif esp_event nvs_flash
26+
esp_http_server
2627
EMBED_TXTFILES "../audio/canon_in_d.mp3" "../audio/startup_sfx.mp3" "../audio/shutdown_sfx.mp3")
2728

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

0 commit comments

Comments
 (0)