add remote source code (#12)

Co-authored-by: jyy <jiangyeying@m5stack.com>
This commit is contained in:
Jiangyy
2026-04-20 16:27:57 +08:00
committed by GitHub
parent dd34f9e0ec
commit 0cb413697b
29 changed files with 10886 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
set(SOURCES
esp_now/esp_now_init.c
joystick/joystick_handle.c
ui/ui_running_screen.c
ui/ui_setup_screen.c
ui/ui_imu_screen.c
ui/ui.c
ui/updown_img.c
lvgl_port.cpp
StackChan-RemoteControl-ESPNow.cpp
)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS
"."
esp_now
joystick
ui
)