Skip to content

Releases: tonyp7/esp32-wifi-manager

v1.0-rc

04 Nov 10:10
Compare
Choose a tag to compare

First release!

Changes

  • Removed any polling code, the app is now entirely event driven.
  • Automatically connect to previously saved wifi.
  • Added possibility to disconnect from a wifi.
  • Front-end app completely rewritten.

Note

I am now confident enough that I can release esp32-wifi-manager as a 1.0 release. A tremendous amount of work has been put in since the first pre-release version and I am now very satisfied with the state of this project. I mark this release as 1.0-rc in case some minor adjustments might be needed before a proper 1.0 stable release.

v0.1-alpha

29 Oct 04:28
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Release notes

The software is now complete enough that it can be marked as an alpha pre-release:

  • It opens an access point.
  • You can connect to the access point.
  • Wifis are properly scanned and displayed in the webapp.
  • You can connect the ESP32 to an access point using the webapp.

However, it is very much a pre-release and under no condition should be used in production. There are numerous bugs to iron out and functionalities to add before we can reach that point.

esp32-wifi-manager has simply passed the point of proof of concept and this is a good preview of the stable release to come.