Skip to content

Commit 75ee080

Browse files
committed
code review fix
1 parent abfd62b commit 75ee080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def ip_address(self) -> bytes:
337337
return self._read(_REG_SIPR[self._chip_type], 0x00, 4)
338338

339339
@property
340-
def ipv4_address(self) -> bytes:
340+
def ipv4_address(self) -> str:
341341
"""
342342
Configured IP address for the WIZnet Ethernet hardware.
343343

0 commit comments

Comments
 (0)