Skip to content

Releases: adafruit/Adafruit_CircuitPython_PortalBase

1.13.0 Checks for Network None

25 Apr 15:15
bcfaae8
Compare
Choose a tag to compare

This release contains checks for network to be None in order to support an optional use_network keyword argument in the subclasses of PortalBase.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.12.0 - Optional Support for Multiple WIFI Networks

19 Apr 23:36
bc69bfa
Compare
Choose a tag to compare

This release supports a new optional networks entry in secrets.py which can hold a list of dictionaries with ssid and password entries. It will try each network in the list in succession. Thank you @tekktrik

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.11.5 MiniQR in setup.py

04 Apr 14:40
2bc1b86
Compare
Choose a tag to compare

This release adds adafruit_miniqr to the setup.py list of install requirements so that it will be installed automatically by pip. Thank you @tekktrik

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.11.4 - Renamed examples

28 Mar 21:12
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.11.3 - Added examples folder of subclass

22 Mar 19:54
aaef005
Compare
Choose a tag to compare

Added an example folder showcasing usage of a PortalBase subclass. Thanks @FoamyGuy !

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.11.2 - Added core modules to mock docs list

22 Mar 19:44
ffcb6df
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.11.1 - Updated connection failure exception to ConnectionError

17 Mar 14:23
17a8f45
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

Added ability to remove text and pass request headers

08 Mar 16:08
a9bc7d7
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

1.10.1 - Updated documentation link, python version

04 Feb 21:04
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.

Add more general sleep support; fix background images

01 Dec 14:25
6a94293
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-portalbase.

Read the docs for info on how to use it.