Skip to content

Releases: brainelectronics/Micropython-ESP-WiFi-Manager

1.12.1

16 Jun 08:08
f38cb22
Compare
Choose a tag to compare

This prepares additional files and fixes for #33 if old upip and PyPi or Test PyPi is used

Added

  • pkg_resources to setup.py and package.json as version 0.2.1 to prepare #33

Fixed

  • Instructions for using this package boot.py and main.py files in README
  • microdot added to the simulation requirements

1.12.1-rc21.dev35

16 Jun 08:07
2903d25
Compare
Choose a tag to compare
1.12.1-rc21.dev35 Pre-release
Pre-release

This prepares additional files and fixes for #33 if old upip and PyPi or Test PyPi is used

Added

  • pkg_resources to setup.py and package.json as version 0.2.1 to prepare #33

Fixed

  • Instructions for using this package boot.py and main.py files in README
  • microdot added to the simulation requirements

1.12.0

12 Jun 08:01
d911e69
Compare
Choose a tag to compare

Added

  • Instructions for using this package boot.py and main.py files
  • boot.py and main.py are part of package.json and are installed into wifi_manager/, see #32 and #33

Changed

  • Ignore boot and main files during package.json validation

Removed

  • No device specific dependencies in boot.py to LED

1.12.0-rc13.dev34

12 Jun 07:56
ddb84cc
Compare
Choose a tag to compare
1.12.0-rc13.dev34 Pre-release
Pre-release

Added

  • Instructions for using this package boot.py and main.py files
  • boot.py and main.py are part of package.json and are installed into wifi_manager/, see #32 and #33

Changed

  • Ignore boot and main files during package.json validation

Removed

  • No device specific dependencies in boot.py to LED

1.11.0

06 Jun 20:17
e548693
Compare
Choose a tag to compare

Added

  • package.json file and installation instruction for mip usage, see #30
  • utemplate is part of this package to be independent from other packages, see #30
  • Content of package.json is validated on each test workflow run
  • GitHub issues template files

Removed

  • Dependency to micropython-ulogging and utemplate packages in setup.py file

Fixed

  • YAML syntax in all workflow files

1.11.0-rc9.dev31

06 Jun 20:15
6cfc548
Compare
Choose a tag to compare
1.11.0-rc9.dev31 Pre-release
Pre-release

Added

  • package.json file and installation instruction for mip usage, see #30
  • utemplate is part of this package to be independent from other packages, see #30
  • Content of package.json is validated on each test workflow run
  • GitHub issues template files

Removed

  • Dependency to micropython-ulogging and utemplate packages in setup.py file

Fixed

  • YAML syntax in all workflow files

1.10.0

06 Jun 20:16
a6049d9
Compare
Choose a tag to compare

Added

  • microdot_asyncio in microdot folder
  • /shutdown endpoint to stop webserver

Changed

  • All webserver functions are async, see #28

1.10.0-rc8.dev29

18 Feb 13:03
0f22dd8
Compare
Choose a tag to compare
1.10.0-rc8.dev29 Pre-release
Pre-release

Added

  • microdot_asyncio in microdot folder
  • /shutdown endpoint to stop webserver

Changed

  • All webserver functions are async, see #28

1.10.0-rc7.dev29

18 Feb 10:34
97d38be
Compare
Choose a tag to compare
1.10.0-rc7.dev29 Pre-release
Pre-release

Added

  • microdot_asyncio in microdot folder
  • /shutdown endpoint to stop webserver

Changed

  • All webserver functions are async, see #28

1.9.0

17 Feb 10:56
337db9f
Compare
Choose a tag to compare

Added

  • test-release and release workflows create changelog based (pre-)releases
  • Copy of microdot 1.2.1 provided with this package
  • brainelectronics favicon is shown on all pages

Changed

  • Replace picoweb with microdot