@ -102,6 +102,9 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some
## Change log
### [1.1.7] Apr. 19, 2020
- Fixed Apply button not work. (issue #206)
### [1.1.6] Apr. 17, 2020
- Fixed OTA page translation not work. (issue #204)
@ -25,6 +25,6 @@
"espressif8266",
"espressif32"
],
"version": "1.1.6",
"version": "1.1.7",
"license": "MIT"
}
@ -1,5 +1,5 @@
name=AutoConnect
version=1.1.6
version=1.1.7
author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.
@ -1,3 +1,6 @@
#### [1.1.7] Apr. 19, 2020
- Fixed Apply button not work.
#### [1.1.6] Apr. 17, 2020
- Fixed OTA page translation not work.
@ -2,8 +2,8 @@
* AutoConnect portal site web page implementation.
* @file AutoConnectPage.h
* @author hieromon@gmail.com
* @version 1.1.6
* @version 1.1.7
* @date 2020-04-17
* @date 2020-04-19
* @copyright MIT license.
*/