Skip to content

Commit

Permalink
Merge pull request #409 from Hieromon/enhance/v131
Browse files Browse the repository at this point in the history
Enhance/v131
  • Loading branch information
Hieromon authored Oct 8, 2021
2 parents 1089d73 + 8e0ba95 commit aa86eda
Show file tree
Hide file tree
Showing 19 changed files with 281 additions and 188 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit aa86eda

Please sign in to comment.