We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 299472b + eb8a294 commit 1c9dd49Copy full SHA for 1c9dd49
1 file changed
platforms/tab5/main/CMakeLists.txt
@@ -22,7 +22,8 @@ idf_component_register(
22
SRCS "app_main.cpp" ${APP_LAYER_SRCS} ${MY_HAL_SRCS}
23
INCLUDE_DIRS "." ${APP_LAYER_INCS}
24
REQUIRES backup_server connection_tester diag net_sntp ota_update settings_core
25
- settings_ui
+ settings_ui m5stack_tab5 esp_wifi esp_netif esp_event nvs_flash
26
+ esp_http_server
27
EMBED_TXTFILES "../audio/canon_in_d.mp3" "../audio/startup_sfx.mp3" "../audio/shutdown_sfx.mp3")
28
29
set(CUSTOM_ASSETS_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../custom/assets")
0 commit comments