Releases: adafruit/Adafruit_CircuitPython_PortalBase
1.14.0 - Added is_connected property to NetworkBase class
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
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
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
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
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
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
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
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
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
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.