Releases: adafruit/Adafruit_CircuitPython_PyPortal
Allow forced content types
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Read the docs for info on how to use it.
6.1.0 Added stop_play Function
This release contains a fix for play_file()
as well as a new stop_play()
function that can be used to stop the playback of a WaveFile that was started previously. Thank you @joebaird for this new feature!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pyportal
.
Read the docs for info on how to use it.
6.0.1 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-pyportal
.
Read the docs for info on how to use it.
WiFi module has been moved to PortalBase
Potentially Code breaking change
You will need Adafruit CircuitPython PortalBase 1.6.0 or later. The WiFi Module has been moved to PortalBase, so if your code was using it, you will need to update your code.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
More Examples and Documentation Updates
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
Fixes an issue with wifi.py and external esp
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
Fixes an issue when an already connected esp object is passed in
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
5.1.5 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
Fixed issue with headers not being passed into network fetch
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.
5.1.3 - Fixed issue with Black and Pylint versions in the pre-commit config
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, please use Adafruit_Blinka_PyPortal
Read the docs for info on how to use it.