mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Merge pull request #154 from ivankravets/patch-1
Switch to stable release of @PlatformIO
This commit is contained in:
commit
20596ee623
1 changed files with 3 additions and 5 deletions
|
@ -50,11 +50,9 @@ env:
|
||||||
install:
|
install:
|
||||||
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||||
|
|
||||||
# Use PlatformIO from development branch
|
#
|
||||||
# @TODO remove this line after 2.0.1 release
|
# Libraries from PlatformIO Library Registry:
|
||||||
- pip install https://github.com/platformio/platformio/archive/develop.zip
|
#
|
||||||
|
|
||||||
# Libraries from PlatformIO Library Register
|
|
||||||
# http://platformio.org/#!/lib/show/416/TinyGPS
|
# http://platformio.org/#!/lib/show/416/TinyGPS
|
||||||
# http://platformio.org/#!/lib/show/417/SPI4Teensy3
|
# http://platformio.org/#!/lib/show/417/SPI4Teensy3
|
||||||
- platformio lib install 416 417
|
- platformio lib install 416 417
|
||||||
|
|
Loading…
Reference in a new issue