Skip to content

Releases: brainelectronics/Micropython-ESP-WiFi-Manager

1.1.0

28 Feb 19:10
c1f8035
Compare
Choose a tag to compare

Added

  • Property connection_timeout to control WiFi connection timeout instead of default fixed 5 seconds
  • Property connection_result to get reason for failed connection
  • Badges in README for number of downloads, latest release and license info

Changed

  • The list of available pages at the landing page is rendered from the elements of the available_urls property by _render_index_page in alphabetic order
  • WifiHelper connects with defined connection_timeout to all networks

Removed

1.0.0

25 Feb 12:28
8e20a43
Compare
Choose a tag to compare

Added

Changed

Removed

  • MicroPython helpers module no longer used, replaced by pip install requirement
  • Lib of dependency modules no longer used
  • Primitives folder no longer used, files are part of brainelectronics MicroPython helpers
  • Unused style.css from static

0.1.1

20 Feb 12:33
2ce43a2
Compare
Choose a tag to compare

Fixed

  • Sleep after adding the latest found networks to the asyncio message, not before

0.1.0

19 Feb 09:43
15f76d9
Compare
Choose a tag to compare

Added

Simulation

0.1.0-alpha-rc.1

16 Feb 17:11
62b54cb
Compare
Choose a tag to compare
0.1.0-alpha-rc.1 Pre-release
Pre-release

First test release