CMakeLists.txt 98 B

123456
  1. idf_component_register(
  2. SRCS
  3. "esp_zb_light.c"
  4. "light_driver.c"
  5. INCLUDE_DIRS "."
  6. )