Skip to content

Releases: adafruit/Adafruit_CircuitPython_PortalBase

1.14.2 - Made copyright stay up to date in docs/conf.py

26 Aug 02:40

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.14.1 - Fixed version string

22 Aug 19:00

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.14.0 - Added is_connected property to NetworkBase class

15 Aug 21:18
b9201eb

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

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

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

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

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

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

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

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.