blk_box_control/main/CMakeLists.txt
2026-03-30 21:07:49 -05:00

9 lines
170 B
CMake

idf_component_register(
SRCS "main.cpp"
PRIV_REQUIRES
esp_driver_gpio
esp_driver_i2c
spi_flash
blk_box_lib
INCLUDE_DIRS "")