mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 22:50:55 +00:00
add missing ArduinoJson dependency in library.json
This commit is contained in:
parent
5ba42e3361
commit
36a94bebe9
17
library.json
17
library.json
@ -17,11 +17,18 @@
|
||||
}
|
||||
],
|
||||
"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": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user