From 9a0ab6f0424265009aa1790eb18583da0fc38e2e Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 4 Jan 2019 01:21:35 -0800 Subject: [PATCH] Update ESP8266 FQBN in .travis.yml Some of the menu IDs for the ESP8266 boards were recently changed, which caused compilation in the Travis CI build to fail with "Invalid option for board" errors. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6971b9f..c419222 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ env: global: - IDE_VERSION=1.8.7 matrix: - - EXAMPLE="AdafruitHuzzahESP8266" BOARD="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" - - EXAMPLE="AdafruitHuzzahESP8266Secure" BOARD="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" + - EXAMPLE="AdafruitHuzzahESP8266" BOARD="esp8266:esp8266:huzzah:eesz=4M3M,xtal=80" + - EXAMPLE="AdafruitHuzzahESP8266Secure" BOARD="esp8266:esp8266:huzzah:eesz=4M3M,xtal=80" - EXAMPLE="ArduinoEthernetShield" BOARD="arduino:avr:uno" - EXAMPLE="ArduinoMKRGSM1400" BOARD="arduino:samd:mkrgsm1400" - EXAMPLE="ArduinoMKRGSM1400Secure" BOARD="arduino:samd:mkrgsm1400"