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
1 changed files with 1 additions and 0 deletions

View File

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