Skip to content

Releases: adafruit/Adafruit_CircuitPython_PortalBase

1.14.3 - Lazily parse secrets

26 Aug 15:16
5858a2f
Compare
Choose a tag to compare

Allows derived classes to instance without parsing the secrets dictionary, which allows for use of derived classes without providing network information.

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.2 - Made copyright stay up to date in docs/conf.py

26 Aug 02:40
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.14.1 - Fixed version string

22 Aug 19:00
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.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.