Releases: Hieromon/AutoConnect
Releases · Hieromon/AutoConnect
1.1.1
1.1.0
New feature
- Supports static IPs with the Configure new AP menu. issue #132
The AutoConnectCredential data structure has changed and lost backward compatibility with previous versions. Before building a sketch with v1.1.0, erase the flash of the esp module once using the esptool with an erase_flash option. For details to FAQ on the documentation.
Fixed
- Fixed compilation error that no member named 'printTo' with ArduinoJson 5.
1.0.3
1.0.1
1.0.0
New features
- Supports Arduino core for ESP32 1.0.3.
- Supports AutoConnectUpdate for the OTA update.
- Supports Preferences for saving credentials with ESP32 core. In ESP32, the credentials stored past in EEPROM will lose.
- Supports AutoConnectAux::isValid function.
- Supports the global attribute with all AutoConnectElements.
0.9.12
0.9.11
New features
- Supports new element as AutoConnectSytle that can insert the custom CSS into AutoConnectAux page. (PR #96)
- Supports that
<br>
tags can now be added to each element. (PR #95) - Supports that able to place the checkbox label forward or backward. (PR #99)
- Supports flicker signal output according to the status of WiFi_mode. (issue #98)
- Supports AutoConnectAux::fetchElement function to retrieve inputted element values via a custom Web page.
Fixed
- Fixed bug in AutoConnectCredential when offset is >256. (PR #103)
- Fixed compile with esp8266/Arduino#6321. (PR #112)