Skip to content

Commit

Permalink
remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 17, 2024
1 parent e6bbb52 commit 47d5c93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ def _unprettyfy(data: str, seperator: str, correct_length: int) -> bytes:
class WIZNET5K: # pylint: disable=too-many-public-methods, too-many-instance-attributes
"""Interface for WIZNET5K module."""

_TCP_MODE = const(0x21)
_UDP_MODE = const(0x02)
_TLS_MODE = const(0x03) # This is NOT currently implemented

_sockets_reserved = []

# pylint: disable=too-many-arguments
Expand Down

0 comments on commit 47d5c93

Please sign in to comment.