Release for v1.0.2

pull/129/head
Hieromon Ikasamo 5 years ago
parent 47927c2303
commit 9a74f27d5f
  1. 5
      README.md
  2. 2
      library.json
  3. 2
      library.properties
  4. 5
      mkdocs/changelog.md

@ -101,6 +101,11 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some
## Change log ## Change log
### [1.0.2] Sept. 17, 2019
- Fixed SSID non termination. (issue #128)
- Fixed compilation error that getBytesLength missing with ESP32. (issue #125)
- Added #include directive restriction for EEPROM and ESP8266httpUpdate to FAQ. (issue #127)
### [1.0.1] Sept. 13, 2019 ### [1.0.1] Sept. 13, 2019
- Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences. - Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences.

@ -25,6 +25,6 @@
"espressif8266", "espressif8266",
"espressif32" "espressif32"
], ],
"version": "1.0.1", "version": "1.0.2",
"license": "MIT" "license": "MIT"
} }

@ -1,5 +1,5 @@
name=AutoConnect name=AutoConnect
version=1.0.1 version=1.0.2
author=Hieromon Ikasamo <hieromon@gmail.com> author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com> maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.

@ -1,3 +1,8 @@
#### [1.0.2] Sept. 17, 2019
- Fixed SSID non termination.
- Fixed compilation error that getBytesLength missing with ESP32.
- Added #include directive restriction for EEPROM and ESP8266httpUpdate to FAQ.
#### [1.0.1] Sept. 13, 2019 #### [1.0.1] Sept. 13, 2019
- Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences. - Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences.

Loading…
Cancel
Save