feat: add mimiclaw onboarding page.

Signed-off-by: Bo <boironic@gmail.com>
This commit is contained in:
Bo
2026-02-09 20:16:00 +08:00
committed by lvbo
parent 5bcb28abbd
commit 106fe3b5b0
17 changed files with 1021 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
idf_component_register(
SRCS
"mimi.c"
"display/display.c"
"display/Vernon_ST7789T/Vernon_ST7789T.c"
"rgb/rgb.c"
"buttons/multi_button.c"
"buttons/button_driver.c"
"bus/message_bus.c"
"wifi/wifi_manager.c"
"telegram/telegram_bot.c"
@@ -19,7 +24,10 @@ idf_component_register(
"tools/tool_files.c"
INCLUDE_DIRS
"."
EMBED_FILES
"../assets/banner_320x172.rgb565"
REQUIRES
nvs_flash esp_wifi esp_netif esp_http_client esp_http_server
esp_https_ota esp_event json spiffs console vfs app_update esp-tls
driver esp_lcd esp_timer led_strip
)