From d5dcfbaf4783c78125ce53e63377abc9030334ce Mon Sep 17 00:00:00 2001 From: Tuan PM Date: Sun, 18 Sep 2016 18:04:48 +0700 Subject: [PATCH] update sdk link --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6afa86..27186bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ install: - export PATH=$PATH:$PWD/esp-open-sdk/xtensa-lx106-elf/bin - chmod +x $PWD/esptool/esptool.py - export ESPTOOL=$PWD/esptool/esptool.py -- wget http://bbs.espressif.com/download/file.php?id=1613 -O ESP8266_NONOS_SDK_V2.0.0_16_07_19.zip -- unzip ESP8266_NONOS_SDK_V2.0.0_16_07_19.zip +- wget http://bbs.espressif.com/download/file.php?id=1690 -O ESP8266_NONOS_SDK_V2.0.0_16_08_10.zip +- unzip ESP8266_NONOS_SDK_V2.0.0_16_08_10.zip - export SDK_BASE=$PWD/ESP8266_NONOS_SDK - cd .. script: