Skip to content

Releases: adafruit/Adafruit_CircuitPython_PyPortal

Allow forced content types

18 Jan 16:40
369a83c
Compare
Choose a tag to compare

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

13 Dec 16:18
8031c95
Compare
Choose a tag to compare

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

15 Nov 18:52
Compare
Choose a tag to compare

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

22 Apr 22:19
55a4bd9
Compare
Choose a tag to compare

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

22 Apr 16:08
c13a92b
Compare
Choose a tag to compare

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

12 Apr 17:02
2c09cc1
Compare
Choose a tag to compare

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

07 Apr 22:12
974f495
Compare
Choose a tag to compare

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

03 Mar 00:03
Compare
Choose a tag to compare

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

18 Feb 16:09
d6b42be
Compare
Choose a tag to compare

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

10 Feb 22:38
Compare
Choose a tag to compare

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.