We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70d644 commit e8249f7Copy full SHA for e8249f7
.travis.yml
@@ -5,8 +5,8 @@ os:
5
env:
6
matrix:
7
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80" IDE_VERSION=1.6.5
8
- - CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80,eesz=1M0,FlashMode=qio,FlashFreq=80" IDE_VERSION=1.8.5
9
- - CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80,eesz=1M0,FlashMode=qio,FlashFreq=80" IDE_VERSION=1.8.7
+ - CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80" IDE_VERSION=1.8.5
+ - CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80" IDE_VERSION=1.8.7
10
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:xtal=80,Debug=Serial1" IDE_VERSION=1.6.5
11
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.6.5
12
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.8.5
0 commit comments