Informace o verzi
This commit is contained in:
parent
52236ef522
commit
05aec183b3
21
library.json
Normal file
21
library.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name":"encString",
|
||||
"description":"Simpla String encoding/decoding library",
|
||||
"authors":
|
||||
{
|
||||
"name": "Pavel Brychta",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.xpablo.cz/xPablo.cz/encString.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["espressif8266", "espressif32"],
|
||||
"build": {
|
||||
"libCompatMode": 2,
|
||||
"libLDFMode": "deep"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user