From 723ef580ae539913165195f7d5b6a86768d6fd04 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 12 Dec 2018 13:44:36 -0500 Subject: [PATCH 1/2] update esp8266 option names --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4ccbbc80..e9a54d61 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ fi # associative array for the platforms that will be verified in build_main_platforms() # this will be eval'd in the functions below because arrays can't be exported # Uno is ATmega328, Zero is SAMD21G18, ESP8266, Leonardo is ATmega32u4, M4 is SAMD51, Mega is ATmega2560, ESP32 -export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:arduino_zero_native" [esp8266]="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" [leonardo]="arduino:avr:leonardo" [m4]="adafruit:samd:adafruit_metro_m4" [mega2560]="arduino:avr:mega:cpu=atmega2560" [esp32]="esp32:esp32:featheresp32:FlashFreq=80" )' +export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:arduino_zero_native" [esp8266]="esp8266:esp8266:huzzah:eesz=4M3M,xtal=80" [leonardo]="arduino:avr:leonardo" [m4]="adafruit:samd:adafruit_metro_m4" [mega2560]="arduino:avr:mega:cpu=atmega2560" [esp32]="esp32:esp32:featheresp32:FlashFreq=80" )' # associative array for other platforms that can be called explicitly in .travis.yml configs # this will be eval'd in the functions below because arrays can't be exported @@ -29,7 +29,7 @@ sleep 3 export DISPLAY=:1.0 # define colors -GRAY='\033[1;30m'; RED='\033[0;31m'; LRED='\033[1;31m'; GREEN='\033[0;32m'; LGREEN='\033[1;32m'; ORANGE='\033[0;33m'; YELLOW='\033[1;33m'; BLUE='\033[0;34m'; LBLUE='\033[1;34m'; PURPLE='\033[0;35m'; LPURPLE='\033[1;35m'; CYAN='\033[0;36m'; LCYAN='\033[1;36m'; LGRAY='\033[0;37m'; WHITE='\033[1;37m'; +GRAY='\033[1;30m'; RED='\033[0;31m'; LRED='\033[1;31m'; GREEN='\033[0;32m'; LGREEN='\033[1;32m'; ORANGE='\033[0;33m'; YELLOW='\033[1;33m'; BLUE='\033[0;34m'; LBLUE='\033[1;34m'; PURPLE='\033[0;35m'; LPURPLE='\033[1;35m'; CYAN='\033[0;36m'; LCYAN='\033[1;36m'; LGRAY='\033[0;37m'; WHITE='\033[1;37m'; echo -e "\n########################################################################"; echo -e "${YELLOW}INSTALLING ARDUINO IDE" From 690f46db1aa145957082d87b645c213167d331ee Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 12 Dec 2018 13:48:42 -0500 Subject: [PATCH 2/2] bump arduino ide version to 1.8.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c151918..26ea613d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ git: quiet: true env: global: - - ARDUINO_IDE_VERSION="1.8.6" + - ARDUINO_IDE_VERSION="1.8.7" before_install: - source $TRAVIS_BUILD_DIR/install.sh script: