Skip to content

Releases: Hieromon/AutoConnect

1.1.1

17 Oct 07:51
b4682dd
Compare
Choose a tag to compare

Fixed

  • Fixed crash with unique_ptr deleting reference content. (issue #138)
  • Fixed disconnection request initialization missing. (issue #139)

1.1.0

16 Oct 11:33
b790283
Compare
Choose a tag to compare

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

30 Sep 06:07
becd58e
Compare
Choose a tag to compare

Fixed

  • Fixed a return of AutoConnectCredential::entries(). Issue #133

1.0.1

13 Sep 07:59
Compare
Choose a tag to compare

New features

  • Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences.

1.0.0

11 Sep 17:01
Compare
Choose a tag to compare

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

18 Aug 06:51
Compare
Choose a tag to compare

Fixed

  • Fixed missing captive portal notifications on the newer mobile OS client. As a result of this fix, the SoftAP default IP address and gateway have been changed to 172.217.28.1. (issue #85)

0.9.11

21 Jul 13:34
3de2645
Compare
Choose a tag to compare

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