From 764c6bb17e3dd272732994072706596fab9b6fcb Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 25 Apr 2019 18:46:21 +0900 Subject: [PATCH] Fixed to ArduinoJson version with compatibility --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index d6b8711..a40071f 100644 --- a/library.json +++ b/library.json @@ -16,7 +16,7 @@ }, { "name": "ArduinoJson", - "version": ">=5.13.3,<6.0.0" + "version": ">=5.13.3" } ], "frameworks": "arduino",