Releases: adafruit/Adafruit_CircuitPython_PyPortal
5.1.2 - Fixed api.rst to include all modules, moved from Pulseio.PWMOut to Pwmio.PWMOut
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fixes an issue with returned values from fetch
This release fixes an issue where examples actually made use of the values returned from fetch. They were not being extracted and were still embedded inside a list.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Removed unused code
Be sure to update to the latest PortalBase as well
This release:
- removes some unused code
- Fixes the docstring in graphics
- Uses secrets as a private variable
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Huge Refactor
PyPortal has been refactored and is now a package instead of a module, so replacing the file with a folder will be necessary. Also, you will need the PortalBase and FakeRequests libraries now. However, no code changes should be required.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
get_local_time now raises a RunTimeError
Potentially code breaking changes
get_local_time now returns a RunTimeError instead of a ValueError to since this error is more appropriate.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Bug Fixes
The following changes were made:
- When no path is provided, the entire JSON data is now returned as a string
- On an HTTP Error, an exception is now raised
- WGET now checks the HTTP Status
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Bug Fixes
Handle a content-type of application/javascript as JSON.
Fix missing text position error.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
3.6.0 - Added terminalio font support and scaling
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Added Better Error and Content Type Handling
Added Better Error and Content Type Handling
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fixes an issue with a recent update to Adafruit_CircuitPython_Requests
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.