Update to 2.0.1

This commit is contained in:
2025-09-15 22:04:01 +08:00
parent 5c43129024
commit 7d7f5eae3d
74 changed files with 5253 additions and 439 deletions

View File

@@ -57,9 +57,11 @@ set(SOURCES "audio/audio_codec.cc"
"display/lvgl_display/lvgl_image.cc"
"display/lvgl_display/gif/lvgl_gif.cc"
"display/lvgl_display/gif/gifdec.c"
"display/esplog_display.cc"
"protocols/protocol.cc"
"protocols/mqtt_protocol.cc"
"protocols/websocket_protocol.cc"
"protocols/sleep_music_protocol.cc"
"mcp_server.cc"
"system_info.cc"
"application.cc"
@@ -67,6 +69,8 @@ set(SOURCES "audio/audio_codec.cc"
"settings.cc"
"device_state_event.cc"
"assets.cc"
"schedule_manager.cc"
"timer_manager.cc"
"main.cc"
)
@@ -516,6 +520,9 @@ elseif(CONFIG_BOARD_TYPE_SURFER_C3_1_14TFT)
set(LVGL_TEXT_FONT ${FONT_PUHUI_BASIC_20_4})
set(LVGL_ICON_FONT ${FONT_AWESOME_20_4})
set(DEFAULT_ASSETS ${ASSETS_XIAOZHI_S_PUHUI_COMMON_20_4_EMOJI_32})
elseif(CONFIG_BOARD_TYPE_ESP32S3_SMART_SPEAKER)
set(BOARD_TYPE "esp32s3-smart-speaker")
set(DEFAULT_ASSETS ${ASSETS_XIAOZHI_WAKENET_ONLY})
endif()
file(GLOB BOARD_SOURCES
@@ -823,4 +830,4 @@ elseif(CONFIG_FLASH_CUSTOM_ASSETS)
message(STATUS "Custom assets flash configured: ${ASSETS_LOCAL_FILE} -> assets partition")
elseif(CONFIG_FLASH_NONE_ASSETS)
message(STATUS "Assets flashing disabled (FLASH_NONE_ASSETS)")
endif()
endif()