WiFiManager Versions Save

ESP8266 WiFi Connection manager with web captive portal

v2.0.17

2 months ago

Yes a release, 7 years in the making...

#500

RC Changelog:https://github.com/tzapu/WiFiManager/compare/v2.0.16-rc.2...v2.0.17

Full Changelog: https://github.com/tzapu/WiFiManager/compare/0.14...v2.0.17

What's Changed

New Contributors

v2.0.16-rc.2

1 year ago

v2.0.15-rc.1

1 year ago

https://github.com/tzapu/WiFiManager/issues/500

Draft Methods Docs https://github.com/tzapu/WiFiManager/wiki/Methods

@tablatronix

Full Changelog: https://github.com/tzapu/WiFiManager/compare/0.16.0...v2.0.15-rc.1

v2.0.14-beta

1 year ago

Fix for arduino esp32 1.8 fatal compile

v2.0.13-beta

1 year ago

v2.0.12-beta

1 year ago
  • setHostname does not set the host name #1403
  • setDebugOutput(false) causes the automatic Wi-Fi connection to fail #1444
  • ESP32-S3 support (added no_temp flag) #1421
  • AP stops after single quote in name #1398
  • Issue when Scan is cached xxxx ms ago #1386
  • Abort and connect flags used uninitialized #1379
  • ESP8266 SPIFFS Deprecated - Replace with LitteFS #1466 ( adds minor example )
  • No way to tell if Exit has been pressed when using (non-)blocking startWebPortal() #1452

v2.0.11-beta

2 years ago

v2.0.10-beta

2 years ago
  • css alignment tweaks for all form inputs/elements
  • fix regression for old esp 2.3 missing methods
  • moved ssid selections to use data-attributes not innerhtml for better character encoding reliability
  • adds css feedback for buttons

v2.0.9-beta

2 years ago
  • Reverted dash in ssid htmlentities, breaks ssids with dashes, saved bad char data

v2.0.8-beta

2 years ago
  • Revert esp32 softapssid, only in newer IDF and ver check not working as expected