Skip to content

Commit d7c6a9f

Browse files
authored
Redoing #37
1 parent 9af4831 commit d7c6a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

+1
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ def socket_open(self, socket_num, conn_mode=SNMR_TCP):
598598
SNSR_SOCK_FIN_WAIT,
599599
SNSR_SOCK_CLOSE_WAIT,
600600
SNSR_SOCK_CLOSING,
601+
SNSR_SOCK_UDP,
601602
):
602603
if self._debug:
603604
print("* Opening W5k Socket, protocol={}".format(conn_mode))

0 commit comments

Comments
 (0)