mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Use ArduinoJson 5.x for PlatformIO tests (#5843)
This commit is contained in:
parent
bde1ce0e01
commit
22eeb94587
@ -12,7 +12,7 @@ function install_platformio()
|
|||||||
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
|
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
|
||||||
# Install dependencies:
|
# Install dependencies:
|
||||||
# - esp8266/examples/ConfigFile
|
# - esp8266/examples/ConfigFile
|
||||||
pio lib install ArduinoJson
|
pio lib install "ArduinoJson@^5.13.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_sketches_with_platformio()
|
function build_sketches_with_platformio()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user