Restructured the project tree to align with Espressif's project tree pattern and practice. Also updated the affected cmake files. Fixes: #1033
5 lines
178 B
CMake
5 lines
178 B
CMake
idf_component_register(SRCS "src/relay_chn.c"
|
|
INCLUDE_DIRS include
|
|
REQUIRES driver
|
|
PRIV_REQUIRES esp_timer esp_event)
|