feat: 实现摇一摇导航功能

This commit is contained in:
2026-07-05 21:28:54 +08:00
parent e5e1d5b85e
commit ff7d82286a
16 changed files with 727 additions and 0 deletions
+3
View File
@@ -1,10 +1,13 @@
idf_component_register(SRCS
"app/app_main.c"
"app/ui_handlers.c"
"app/ui_nav.c"
"app/motion_gesture.c"
"bsp/display.c"
"bsp/touch.c"
"bsp/lvgl_port.c"
"bsp/boot_button.c"
"bsp/imu.c"
"services/wifi_manager.c"
"services/ble_manager.c"
"services/ble_hid.c"