Skip to content

Commit 2b09524

Browse files
committed
Upgrade travis IDE and ESP versions (#103)
1 parent 3ba9e81 commit 2b09524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ dist: focal
1010
before_script:
1111
- "export DISPLAY=:99.0"
1212
- sleep 3 # give xvfb some time to start
13-
- wget http://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz
13+
- wget https://downloads.arduino.cc/arduino-1.8.15-linux64.tar.xz
1414
- tar xf arduino-1.8.13-linux64.tar.xz
1515
- mv arduino-1.8.13 $HOME/arduino_ide
1616
- cd $HOME/arduino_ide/hardware
1717
- mkdir esp32
1818
- cd esp32
19-
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/1.0.6.tar.gz
19+
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0.tar.gz
2020
- tar -xzf 1.0.6.tar.gz
2121
- mv arduino-esp32-1.0.6/ esp32
2222
- cd esp32/tools

0 commit comments

Comments
 (0)