Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
1.13.5 - Fix Simpleserver Example
This release contains a fix for the simpleserver example to allow it to receive more than one connection and message. A CPYthon client example that works with simpleserver has been added as well. Thank you @e28eta
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.13.4 - CNAME Lookup Fixes
This release has refactored the CNAME lookup code and resolved issues with looking up certain types of domains. 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.13.3 - NTP Infinite Loop Fix
This release fixes an issue that resulted in an infinite loop when using the NTP module in the library.
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.13.2 - Refactoring Constant Names
This release renamed several constant variables to have a leading underscore so they can be optimized further by mpycross and other tool. 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.13.1 DHCP Error Handling Improvements
This release includes error handling improvements during the DHCP process.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.13.0 - Substituted assert statements for exceptions
Substituted assert statements for exceptions, allowing for use of the -O
flag while compiling to .mpy
. Thanks @bill88t!
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.18 - Fixed error with detect_w5500 and detect_w5100s functions
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.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.