From 4839f2dbb923f98857fede54557893b7f93fc923 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 5 Mar 2019 15:16:42 +0200 Subject: [PATCH] Use ArduinoJson 5.x for PlatformIO tests --- tests/platformio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/platformio.sh b/tests/platformio.sh index a62fdd798e..21618c79af 100755 --- a/tests/platformio.sh +++ b/tests/platformio.sh @@ -12,7 +12,7 @@ function install_platformio() ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266 # Install dependencies: # - esp8266/examples/ConfigFile - pio lib install ArduinoJson + pio lib install "ArduinoJson@^5.13.4" } function build_sketches_with_platformio()