4.5.0 - Hashlib Fallback
Changes: 4.4.5...4.5.0
This release includes a fallback import to use adafruit_hashlib
on devices where hashlib
is unavailable, and to continue running when neither are available but emit a warning about websocket functionality relying on a hashlib implementation. Thank you @michalpokusa.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-httpserver
.
Read the docs for info on how to use it.