2021-09-23 07:01:04 +02:00
|
|
|
{
|
|
|
|
"name":"sysvars",
|
|
|
|
"description":"Key-Value JSON file storage library the ESP8266 and ESP32 SoC",
|
|
|
|
"keywords":"file, storage",
|
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Pavel Brychta",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.xpablo.cz/xPablo.cz/sysvars.git"
|
|
|
|
},
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name":"ArduinoJson",
|
|
|
|
"version":"https://github.com/bblanchon/ArduinoJson.git"
|
|
|
|
}
|
|
|
|
],
|
2023-06-16 16:28:55 +02:00
|
|
|
"version": "0.0.2",
|
2021-09-23 07:01:04 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": ["espressif8266", "espressif32"],
|
|
|
|
"build": {
|
|
|
|
"libCompatMode": 2,
|
|
|
|
"libLDFMode": "deep"
|
|
|
|
}
|
|
|
|
}
|