diff --git a/.travis.yml b/.travis.yml index c994c17..58d23d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ install: script: - buildExampleSketch ConfigIP - buildExampleSketch Credential + - if [[ "$BOARD" =~ "esp32:esp32:" ]]; then buildExampleSketch CreditMigrate; fi - buildExampleSketch Elements - buildExampleSketch FileUpload - buildExampleSketch FSBrowser diff --git a/README.md b/README.md index 7a0c4d9..e386550 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.0.1] Sept. 13, 2019 +- Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences. + ### [1.0.0] Sept. 7, 2019 - Supports Arduino core for ESP32 1.0.3. - Supports AutoConnectUpdate for the OTA update. diff --git a/docs/changelog.html b/docs/changelog.html index 02b78d0..aebb95e 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -122,7 +122,7 @@ - + Skip to content @@ -725,6 +725,13 @@