add missing ArduinoJson dependency in library.json

This commit is contained in:
Gilles Schintgen 2018-11-16 20:50:01 +01:00
parent 5ba42e3361
commit 36a94bebe9
1 changed files with 13 additions and 6 deletions

View File

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