We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafe6e8 commit da2a88aCopy full SHA for da2a88a
adafruit_wiznet5k/adafruit_wiznet5k_dhcp.py
@@ -219,6 +219,7 @@ def _socket_release(self) -> None:
219
if self._wiz_sock:
220
self._eth.socket_close(self._wiz_sock)
221
self._wiz_sock = None
222
+ debug_msg(" Socket released.", self._debug)
223
224
def _dhcp_connection_setup(self, timeout: float = 5.0) -> None:
225
"""Initialise a UDP socket.
0 commit comments