Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
1.12.17 - Renamed example wiznet5k_wsgiserver_test.py to wiznet5k_wsgiservertest.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.16 - Typing Information
This release contains typing information for function arguments and returns. Thank you @BiffoBear.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.15 - Fixed pylint errors
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.14 - Fixed bytes/str addition
Fixed an issue where str was being added to bytes, which is not compatible with CPython. Thanks @BiffoBear!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.13 - Check MAC address length
Now checks MAC address argument length when initializing DHCP object. Thanks @BiffoBear!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.12 - Fixed usage of int.from_bytes and int.to_bytes
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.11 - Made copyright stay up to date in docs/conf.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.10 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.9 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.
1.12.8 - Fixed issues with UDP datagram receives
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.
Read the docs for info on how to use it.