-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 970 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 970 Bytes
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
{
"name": "DeviceConfigJSON",
"description": "DeviceJsonConfigurator is a C++ library that enables device configuration using JSON, we have dedicated Android app! It allows for easy customization of settings like Wi-Fi, communication parameters, and more via simple JSON commands. Ideal for configuring ESP32 devices via Bluetooth. Android app is included, see documentation on GitHub: DeviceConfigJSON",
"keywords": "configuration, IoT, communication, protocol",
"authors": [
{
"name": "Marcin Filipiak"
},
{
"name": "Marcin Filipiak",
"email": "m.filipiak@noweenergie.org",
"url": "http://noweenergie.org",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/marcin-filipiak/DeviceConfigJSON"
},
"version": "0.3.0",
"frameworks": "Arduino",
"examples": [
"examples/*/*.ino"
]
}