Skip to content

Commit de12965

Browse files
committed
Add recommended workaround for ESP8266 core 2.5.0-beta3
Per esp8266/Arduino#5678 Hopefully should fix travis builds.
1 parent e104dda commit de12965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: c
22
env:
3-
- BD=esp8266:esp8266:nodemcuv2:xtal=80,eesz=4M3M
4-
- BD=esp8266:esp8266:d1_mini:xtal=80,eesz=4M3M
3+
- BD=esp8266:esp8266:nodemcuv2:xtal=80,eesz=4M3M:ip=lm2f:exception=disabled
4+
- BD=esp8266:esp8266:d1_mini:xtal=80,eesz=4M3M:ip=lm2f:exception=disabled
55
before_install:
66
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
77
- sleep 3

0 commit comments

Comments
 (0)