We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39790d8 commit ef2f530Copy full SHA for ef2f530
.travis.yml
@@ -21,7 +21,7 @@ before_script:
21
- cd $HOME/arduino_ide/hardware
22
- mkdir esp8266com
23
- cd esp8266com
24
- - git clone https://github.com/esp8266/Arduino.git esp8266
+ - git clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266
25
- cd esp8266/tools
26
- python get.py
27
0 commit comments