Skip to content

Commit 22eeb94

Browse files
ivankravetsd-a-v
authored andcommitted
Use ArduinoJson 5.x for PlatformIO tests (#5843)
1 parent bde1ce0 commit 22eeb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/platformio.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function install_platformio()
1212
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
1313
# Install dependencies:
1414
# - esp8266/examples/ConfigFile
15-
pio lib install ArduinoJson
15+
pio lib install "ArduinoJson@^5.13.4"
1616
}
1717

1818
function build_sketches_with_platformio()

0 commit comments

Comments
 (0)