1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-17 20:03:33 +00:00

Merge pull request #32 from gschintgen/missing-json-dep

add missing ArduinoJson dependency in library.json
This commit is contained in:
Lukas Bachschwell 2018-11-20 12:37:45 +01:00 committed by GitHub
commit 1c17252b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,18 @@
}
],
"dependencies":
[
{
"name": "ESP Async WebServer",
"authors": "Hristo Gochkov",
"frameworks": "arduino"
},
{
"name": "ArduinoJson",
"authors": "Benoit Blanchon",
"frameworks": "arduino"
}
],
"version": "1.5.4",
"frameworks": "arduino",
"platforms": "*"