From a6a3acdeda39fb4ed1b4a869f11fa6cdf3389496 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 29 Jan 2019 00:39:06 +0900 Subject: [PATCH] Fixed FQBN for the esp8266 Arduino core 2.5.0 related https://github.com/esp8266/Arduino/issues/5678 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3a9020..e101733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: global: - IDE_VERSION=1.8.5 matrix: - - BOARD="esp8266:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80" + - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"