Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wiznet5k

1.13.3 - NTP Infinite Loop Fix

14 Jan 17:41
abdec8a
Compare
Choose a tag to compare

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

14 Jan 16:48
73bb5b6
Compare
Choose a tag to compare

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

09 Jan 17:59
1b8ff4e
Compare
Choose a tag to compare

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

06 Jan 14:24
f97e78c
Compare
Choose a tag to compare

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

27 Dec 18:56
17c9ed8
Compare
Choose a tag to compare

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

19 Dec 20:35
2d7a38e
Compare
Choose a tag to compare

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

12 Dec 15:02
bdd23c7
Compare
Choose a tag to compare

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

15 Nov 18:33
9235540
Compare
Choose a tag to compare

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

02 Nov 16:22
859c93b
Compare
Choose a tag to compare

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

27 Oct 02:54
c1ceb98
Compare
Choose a tag to compare

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.