-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
32 lines (32 loc) · 893 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "PersistSettings",
"version": "1.0.1",
"description": "A persistent settings / config library for the Arduino framework on the ESP32 / ESP8266 platforms.",
"keywords": "settings,persistent,config",
"repository":
{
"type": "git",
"url": "https://github.com/lylavoie/PersistSettings.git"
},
"authors":
[
{
"name": "Lincoln Lavoie",
"email": "[email protected]",
"url": "https://github.com/lylavoie"
}
],
"license": "MIT",
"homepage": "https://github.com/lylavoie/PersistSettings",
"frameworks": ["arduino"],
"platforms": ["espressif32"],
"headers": ["PersistSettings.h"],
"examples": [
{
"name": "Simple Config",
"base": "examples/simple_config",
"files": [
"simple_config.cpp"
]
}]
}