CMakeLists.txt 114 B

12345
  1. idf_component_register(
  2. SRCS "spiffs_storage.c"
  3. INCLUDE_DIRS "."
  4. PRIV_REQUIRES spiffs esp_partition
  5. )