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

Force version 5 ArudinoJson

When using PIO to auto download libraries, the latest v6 json is used, so forcing v5 is required
This commit is contained in:
Chris Diggle
2019-05-07 11:32:41 +12:00
committed by GitHub
parent 1529874094
commit acea3c7d4d

@ -22,6 +22,7 @@
}, },
{ {
"name": "ArduinoJson", "name": "ArduinoJson",
"version": "5.13.4",
"authors": "Benoit Blanchon", "authors": "Benoit Blanchon",
"frameworks": "arduino" "frameworks": "arduino"
} }