Browse Source

added library.json
Hope it makes sense, I don use PIO much :)

lorol 4 years ago
parent
commit
5aebcc0503
1 changed files with 22 additions and 0 deletions
  1. 22 0
      library.json

+ 22 - 0
library.json

@@ -0,0 +1,22 @@
+{
+  "name":"LITTLEFS",
+  "description":"LITTLEFS File System Library for ESP32",
+  "keywords":"littlefs, spiffs",
+  "authors":
+  {
+    "name": "LL",
+    "maintainer": true
+  },
+  "repository":
+  {
+    "type": "git",
+    "url": "https://github.com/lorol/LITTLEFS.git"
+  },
+  "version": "1.0",
+  "license": "LGPL-2.0",
+  "frameworks": "arduino",
+  "platforms": "espressif32",
+  "build": {
+    "libCompatMode": 2
+  }  
+}