library.json 408 B

12345678910111213141516171819202122
  1. {
  2. "name":"LittleFS_esp32",
  3. "description":"LittleFS for esp32",
  4. "keywords":"littlefs, spiffs",
  5. "authors":
  6. {
  7. "name": "lorol",
  8. "maintainer": true
  9. },
  10. "repository":
  11. {
  12. "type": "git",
  13. "url": "https://github.com/lorol/LITTLEFS.git"
  14. },
  15. "version": "1.0.6",
  16. "license": "LGPL-2.0",
  17. "frameworks": "arduino",
  18. "platforms": "espressif32",
  19. "build": {
  20. "libCompatMode": 2
  21. }
  22. }