File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,15 @@ before_script:
17
17
- cd $HOME/arduino_ide/hardware
18
18
- mkdir esp8266com
19
19
- cd esp8266com
20
- - wget https://github.com/esp8266/Arduino/releases/download/2.0 .0/esp8266-2.0 .0.zip
21
- - unzip esp8266-2.0 .0.zip
22
- - mv esp8266-2.0 .0 esp8266
23
- - wget http://arduino.esp8266.com/versions/2.0 .0/package_esp8266com_index.json
20
+ - wget https://github.com/esp8266/Arduino/releases/download/2.1 .0/esp8266-2.1 .0.zip
21
+ - unzip esp8266-2.1 .0.zip
22
+ - mv esp8266-2.1 .0 esp8266
23
+ - wget http://arduino.esp8266.com/versions/2.1 .0/package_esp8266com_index.json
24
24
- mkdir esp8266/package
25
25
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
26
26
- cd esp8266/tools
27
27
- python get.py
28
- - cd ..
29
- - head -11 ./platform.txt > pt.txt
30
- - echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
31
- - echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
32
- - tail -105 ./platform.txt >> pt.txt
33
- - rm -fr platform.txt
34
- - mv pt.txt platform.txt
28
+
35
29
36
30
37
31
script :
You can’t perform that action at this time.
0 commit comments