1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-09-21 00:51:49 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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