From 342bdf3336db5d6d7875567e331bb3a34b7375c7 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 27 Mar 2019 11:21:12 +0900 Subject: [PATCH] Specifies a valid version of ArduinoJson clearly. Issue #47 --- .travis.yml | 2 +- library.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 816840b..71ce0ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - if [[ "$BOARD" =~ "esp32:esp32:" ]]; then arduino --install-boards esp32:esp32; fi - - arduino --install-library PubSubClient,ArduinoJson:5.13.4,PageBuilder:1.3.2 + - arduino --install-library PubSubClient,ArduinoJson:5.13.3,PageBuilder:1.3.2 - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } install: - mkdir -p ~/Arduino/libraries diff --git a/library.json b/library.json index b2612f3..cd86cbc 100644 --- a/library.json +++ b/library.json @@ -13,6 +13,10 @@ { "name": "PageBuilder", "version": ">=1.3.2" + }, + { + "name": "ArduinoJson", + "version": ">=5.13.3,<6.0.0" } ], "frameworks": "arduino",