mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Use ArduinoJson 5.x for PlatformIO tests (#5843)
This commit is contained in:
committed by
david gauchard
parent
bde1ce0e01
commit
22eeb94587
@ -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()
|
||||
|
Reference in New Issue
Block a user