Releases: brainelectronics/Micropython-ESP-WiFi-Manager
Releases · brainelectronics/Micropython-ESP-WiFi-Manager
1.1.0
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 definedconnection_timeout
to all networks
Removed
- Primitives folder no longer used, files are part of brainelectronics MicroPython helpers which is an install dependency to this package
1.0.0
Added
setup.py
andsdist_upip.py
taken from pfalcon's picoweb repo and PEP8 improvedMIT License
version.py
storing current library version
Changed
- Moved all MicroPython WiFi manager files into folder named
wifi_manager
- Update
README
usage description of MicroPython lib deploy to PyPi - Usage examples in
README
updated with new import path - Moved static web files from
simulation/static
tostatic
- Adjust path to static folder in WiFi Manager Simulation from
simulation/static
tostatic
- Update WiFi Manager simulation to latest MicroPython implementation
- Update
boot
andmain
files to usebe_helpers
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
fromstatic
0.1.1
Fixed
- Sleep after adding the latest found networks to the asyncio message, not before
0.1.0
Added
- This changelog file
- Empty
LICENSE.md
file - Micropython helpers submodule
.gitignore
file- Micropython primitives
- Static CSS and HTML template files
- Initial
WiFi Manager
implementation - Micropython
boot
andmain
files README
andrequirements.txt
files- Compressed version of
bootstrap.min.css
andbootstrap.min.js
- Scan only for available networks if
start_config
is called
Simulation
Simulation README
file.coverage
and.flake8
filerequirements.txt
file- Empty
LICENSE.txt
file - Setup cfg and py files
- Static CSS, JavaScript and HTML template files
GenericHelper
,Neopixel
,PathHelper
,WifiHelper
andWiFiManager
files- main simulation file
- Simple bash script to start simulation
- Fake implementation of Micropython's machine including
RTC
andPin
TimeHelper
class- Fake implementation of Micropython's neopixel
- Fake implementation of Micropython's network station and client
- Bash script to prepare all folders for a unittest coverage report
- Unittests for all modules and fakes
- Render list of selectable networks in Python and provide result via API
sendfile
function implemented in same way as on Micropythons PicoWeb
0.1.0-alpha-rc.1
First test release