@@ -16,9 +16,9 @@ install:
16
16
-( cd ${HOME} && curl -O https://downloads.arduino.cc/arduino-${ARDUINO_VERSION}-linux64.tar.xz && tar xf arduino-${ARDUINO_VERSION}-linux64.tar.xz )
17
17
-( cd ${HOME} && wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/097712eb07f5b3a70ef419b6e7a7ed2ada5aab85.zip && unzip -q SoftwareSerial.zip
18
18
&& rm -rf SoftwareSerial.zip && mv espsoftwareserial-* SoftwareSerial)
19
- -(LIB=Adafruit_NeoPixel VERSION=1.0.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
20
- -(LIB=Adafruit-GFX-Library VERSION=1.1.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
21
- -(LIB=Adafruit_SSD1306 VERSION=1.1.0 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-master $LIB)
19
+ -(LIB=Adafruit_NeoPixel VERSION=1.0.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
20
+ -(LIB=Adafruit-GFX-Library VERSION=1.1.5 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/v$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
21
+ -(LIB=Adafruit_SSD1306 VERSION=1.1.0 && cd ${HOME} && wget https://github.com/adafruit/$LIB/archive/$VERSION.zip -O $LIB.zip && unzip $LIB.zip && mv $LIB-$VERSION $LIB)
22
22
-git clone --branch ${ARDUINO_ESP8266_VERSION} https://github.com/esp8266/Arduino.git ${ARDUINO_ESP8266_ROOT}
23
23
-git submodule init && git submodule update
24
24
-( cd ${ARDUINO_ESP8266_ROOT}/tools && python get.py )