From 9609e183924495a85b6a4e00150e1a380cf06c58 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sun, 14 Apr 2019 00:05:29 +0900 Subject: [PATCH] Update for v0.9.8 --- .travis.yml | 7 +++++-- README.md | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5f6f40..84c289b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ banches: language: generic env: global: - - IDE_VERSION=1.8.6 + - IDE_VERSION=1.8.8 matrix: - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" @@ -23,7 +23,10 @@ before_install: - if [[ "$BOARD" =~ "esp32:esp32:" ]]; then arduino --install-boards esp32:esp32; fi - - arduino --install-library PubSubClient,ArduinoJson:5.13.3,PageBuilder:1.3.3 + - arduino --install-library PubSubClient,PageBuilder:1.3.3 + - arduino --install-library ArduinoJson:5.13.5 + - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } + - arduino --install-library ArduinoJson:6.10.0 - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } install: - mkdir -p ~/Arduino/libraries diff --git a/README.md b/README.md index 5d4b930..e9126a0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # AutoConnect for ESP8266/ESP32 -[![Build Status](https://travis-ci.org/Hieromon/AutoConnect.svg?branch=master)](https://travis-ci.org/Hieromon/AutoConnect) -[![GitHub release](https://img.shields.io/github/release/Hieromon/AutoConnect.svg)](https://github.com/Hieromon/AutoConnect/releases) [![arduino-library-badge](https://www.ardu-badge.com/badge/AutoConnect.svg)](https://www.ardu-badge.com/AutoConnect) +[![GitHub release](https://img.shields.io/github/release/Hieromon/AutoConnect.svg)](https://github.com/Hieromon/AutoConnect/releases) +[![Build Status](https://travis-ci.org/Hieromon/AutoConnect.svg?branch=master)](https://travis-ci.org/Hieromon/AutoConnect) An Arduino library for ESP8266/ESP32 WLAN configuration at run time with web interface.