CMakeLists.txt 203 B

1234
  1. idf_component_register(SRCS "LORA.c" "y_ringbuf.c"
  2. INCLUDE_DIRS "include" "../../main/"
  3. REQUIRES "driver"
  4. "USER_SPIFFS")