We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde1ce0 commit 22eeb94Copy full SHA for 22eeb94
tests/platformio.sh
@@ -12,7 +12,7 @@ function install_platformio()
12
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
13
# Install dependencies:
14
# - esp8266/examples/ConfigFile
15
- pio lib install ArduinoJson
+ pio lib install "ArduinoJson@^5.13.4"
16
}
17
18
function build_sketches_with_platformio()
0 commit comments