Skip to content

Commit 021d217

Browse files
authored
Merge pull request #6 from per1234/fix-esp8266-fqbn
Update ESP8266 FQBN in .travis.yml
2 parents df6cb08 + 4b447d2 commit 021d217

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
@@ -2,7 +2,7 @@ language: c
22
env:
33
global:
44
- ARDUINO_VERSION=1.8.4
5-
- BD=esp8266:esp8266:d1:CpuFrequency=80,FlashSize=4M3M
5+
- BD=esp8266:esp8266:d1:xtal=80,eesz=4M3M
66
before_install:
77
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
88
- sleep 3

0 commit comments

Comments
 (0)