mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 09:10:54 +00:00
Merge pull request #32 from gschintgen/missing-json-dep
add missing ArduinoJson dependency in library.json
This commit is contained in:
commit
1c17252b93
@ -17,11 +17,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies":
|
"dependencies":
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"name": "ESP Async WebServer",
|
"name": "ESP Async WebServer",
|
||||||
"authors": "Hristo Gochkov",
|
"authors": "Hristo Gochkov",
|
||||||
"frameworks": "arduino"
|
"frameworks": "arduino"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ArduinoJson",
|
||||||
|
"authors": "Benoit Blanchon",
|
||||||
|
"frameworks": "arduino"
|
||||||
|
}
|
||||||
|
],
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user