Skip to content

Commit

Permalink
Merge pull request #8 from brainelectronics/feature/add-additional-pr…
Browse files Browse the repository at this point in the history
…operties

Add additional properties, render index page dynamically
  • Loading branch information
brainelectronics authored Feb 28, 2022
2 parents 8e20a43 + 592e088 commit c1f8035
Show file tree
Hide file tree
Showing 10 changed files with 258 additions and 175 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ESP WiFi Manager

[![Downloads](https://pepy.tech/badge/micropython-esp-wifi-manager)](https://pepy.tech/project/micropython-esp-wifi-manager)
![Release](https://img.shields.io/github/v/release/brainelectronics/micropython-esp-wifi-manager?include_prereleases&color=success)
![MicroPython](https://img.shields.io/badge/micropython-Ok-green.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

MicroPython WiFi Manager to configure and connect to networks

-----------------------
Expand Down
24 changes: 21 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [Unreleased]
## [1.1.0] - 2022-02-27
### 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`](README.md) 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
- Primitives folder no longer used, files are part of
[brainelectronics MicroPython helpers][ref-be-micropython-module] which is
an install dependency to this package

## [1.0.0] - 2022-02-25
### Added
- [`setup.py`](setup.py) and [`sdist_upip.py`](sdist_upip.py) taken from
Expand All @@ -40,8 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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][ref-be-micropython-module]
- Unused `style.css` from [`static`](static)

## [0.1.1] - 2022-02-19
Expand Down Expand Up @@ -95,8 +112,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `sendfile` function implemented in same way as on Micropythons PicoWeb

<!-- Links -->
[Unreleased]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager/compare/1.0.0...develop
[Unreleased]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager/compare/1.1.0...develop

[1.1.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.1.0
[1.0.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.0.0
[0.1.1]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/0.1.1
[0.1.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/0.1.0
Expand Down
Empty file removed primitives/__init__.py
Empty file.
68 changes: 0 additions & 68 deletions primitives/message.py

This file was deleted.

73 changes: 0 additions & 73 deletions primitives/queue.py

This file was deleted.

Loading

0 comments on commit c1f8035

Please sign in to comment.