Skip to content

Commit a6a3acd

Browse files
committed
Fixed FQBN for the esp8266 Arduino core 2.5.0
related esp8266/Arduino#5678
1 parent c158171 commit a6a3acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33
global:
44
- IDE_VERSION=1.8.5
55
matrix:
6-
- BOARD="esp8266:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80"
6+
- BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80"
77
- BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M"
88
before_install:
99
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"

0 commit comments

Comments
 (0)