Skip to content

Commit

Permalink
Fixed FQBN for the esp8266 Arduino core 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieromon committed Jan 28, 2019
1 parent c158171 commit a6a3acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a6a3acd

Please sign in to comment.