5 lines
207 B
CMake
Executable File
5 lines
207 B
CMake
Executable File
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES wifi-connect esp_lvgl_port lvgl_st7735s_use i2c_master_messager io_device_control
|
|
)
|