CMakeLists.txt 210 B

1234567
  1. idf_component_register(SRCS "accessors.c" "led.c" "audio_controls.c" "battery.c" "buttons.c" "services.c" "monitor.c" "rotary_encoder.c"
  2. INCLUDE_DIRS . ../tools/
  3. REQUIRES json platform_config
  4. )