klips/esp/cpp/06_lcd-panel/main/CMakeLists.txt
Shaun Reed 356d8ccd9a WIP debug I2C driver error
E (413) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
2025-02-09 20:04:25 -05:00

6 lines
87 B
CMake

idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
REQUIRES driver
)