Skip to content

Commit

Permalink
code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justmobilize committed Jun 6, 2024
1 parent abfd62b commit 75ee080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def ip_address(self) -> bytes:
return self._read(_REG_SIPR[self._chip_type], 0x00, 4)

@property
def ipv4_address(self) -> bytes:
def ipv4_address(self) -> str:
"""
Configured IP address for the WIZnet Ethernet hardware.
Expand Down

0 comments on commit 75ee080

Please sign in to comment.