1.0.0
brainelectronics
released this
25 Feb 12:28
·
135 commits
to develop
since this release
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