mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-28 03:22:39 +00:00
add remote source code (#12)
Co-authored-by: jyy <jiangyeying@m5stack.com>
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user