CMakeLists.txt 100 B

123456
  1. idf_component_register(
  2. SRCS
  3. "esp_zb_switch.c"
  4. "switch_driver.c"
  5. INCLUDE_DIRS "."
  6. )