Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit628e7dc

Browse files
committed
Added software serial
1 parent578ac64 commit628e7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313
install:
1414
-if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
1515
-( cd ${HOME} && curl -O https://downloads.arduino.cc/arduino-${ARDUINO_VERSION}-linux64.tar.xz && tar xvf arduino-${ARDUINO_VERSION}-linux64.tar.xz )
16+
-( cd ${HOME} && wget -q -O SoftwareSerial.zip https://github.com/plerup/espsoftwareserial/archive/097712eb07f5b3a70ef419b6e7a7ed2ada5aab85.zip && unzip -q SoftwareSerial.zip
17+
&& rm -rf SoftwareSerial.zip && mv espsoftwareserial-* SoftwareSerial && mv SoftwareSerial ${ARDUINO_HOME}/libraries/)
1618
-git clone --branch ${ARDUINO_ESP8266_VERSION} https://github.com/esp8266/Arduino.git ${ARDUINO_ESP8266_ROOT}
1719
-git submodule init && git submodule update
1820
-( cd ${ARDUINO_ESP8266_ROOT}/tools && python get.py )

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp