Skip to content

Commit

Permalink
Redoing #37
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada authored Jun 7, 2021
1 parent 9af4831 commit d7c6a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ def socket_open(self, socket_num, conn_mode=SNMR_TCP):
SNSR_SOCK_FIN_WAIT,
SNSR_SOCK_CLOSE_WAIT,
SNSR_SOCK_CLOSING,
SNSR_SOCK_UDP,
):
if self._debug:
print("* Opening W5k Socket, protocol={}".format(conn_mode))
Expand Down

0 comments on commit d7c6a9f

Please sign in to comment.