diff --git a/.travis.yml b/.travis.yml index 03df9312..436e4f01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ env: global: - IDE_VERSION=1.8.16 jobs: - # - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" PB="1.5.0" ARDJSON="5.13.5" - # - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M,PartitionScheme=min_spiffs" PB="1.5.0" ARDJSON="5.13.5" + - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" PB="1.5.0" ARDJSON="5.13.5" + - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M,PartitionScheme=min_spiffs" PB="1.5.0" ARDJSON="5.13.5" - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80" PB="1.5.0" ARDJSON="6.18.0" - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M,PartitionScheme=min_spiffs" PB="1.5.0" ARDJSON="6.18.0" before_install: diff --git a/README.md b/README.md index d2ea8534..334dd2a5 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.3.1] Oct. 09, 2021 +- Fixed an issue that was incompatible with ArduinoJson version 5. (issue #408) +- Fixed LittleFS mount check not working with ESP32. +- Fixed autoReconnect not being able to restore a static IP setting. (issue #400) +- Fixed that static IP settings were not cleared when loading credential. + ### [1.3.0] Sep. 25, 2021 - Supports ESP8266 3.0.0 Arduino core. - Supports ESP32 Arduino core 2.0.0. diff --git a/docs/changelog.html b/docs/changelog.html index 7bbb8a99..553bfff1 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -88,7 +88,7 @@
- + Skip to content @@ -973,6 +973,26 @@