From acea3c7d4dc53e1696aa84ec9338e9399159e62e Mon Sep 17 00:00:00 2001 From: Chris Diggle Date: Tue, 7 May 2019 11:32:41 +1200 Subject: [PATCH] Force version 5 ArudinoJson When using PIO to auto download libraries, the latest v6 json is used, so forcing v5 is required --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index 2cad59d..79628a2 100644 --- a/library.json +++ b/library.json @@ -22,6 +22,7 @@ }, { "name": "ArduinoJson", + "version": "5.13.4", "authors": "Benoit Blanchon", "frameworks": "arduino" }