Skip to content

Releases: adafruit/Adafruit_CircuitPython_PortalBase

1.14.0 - Added is_connected property to NetworkBase class

15 Aug 21:18
b9201eb
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.13.6 - Switched to pyproject.toml

09 Aug 19:37
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.13.5 - Fixed documentation building, alarms

18 Jul 19:01
499526b
Compare
Choose a tag to compare

Fixed the following issues:

  • Documentation needed adafruit_esp32spi to be mock imported by for sphinx since it is no longer being imported by the Adafruit IO library
  • Some alarms (TimeAlarm, TouchAlarm) were not working as intended due to faulty attribute access

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.13.4 - Added additional documentation

11 Jul 01:33
35479b3
Compare
Choose a tag to compare

Added additional documentation for PortalBase attributes.

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.13.3 - Allow removing of QR code

30 Jun 19:32
217af2b
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.13.2 - Added cp.org link to index.rst

09 Jun 18:34
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.13.1 - Repo documentation and config updates

07 Jun 17:15
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.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.