CMakeLists.txt 226 B

12345
  1. idf_component_register(SRCS "deep_sleep_example_main.c"
  2. "gpio_wakeup.c"
  3. "ext_wakeup.c"
  4. "touch_wakeup.c"
  5. INCLUDE_DIRS ".")