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 131c83e commit c3cceafCopy full SHA for c3cceaf
adafruit_wiznet5k/adafruit_wiznet5k.py
@@ -180,7 +180,7 @@ def __init__(
180
self.mac_address = mac
181
self.src_port = 0
182
self._dns = (0,0,0,0)
183
- # udp related
+ # udp related
184
self.udp_datasize = [0] * self.max_sockets
185
self.udp_from_ip = [b"\x00\x00\x00\x00"] * self.max_sockets
186
self.udp_from_port = [0] * self.max_sockets
0 commit comments