Skip to content

Commit cfb61f5

Browse files
Update adafruit_esp32spi/adafruit_esp32spi.py
Co-authored-by: Justin Myers <[email protected]>
1 parent a589e81 commit cfb61f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def MAC_address_actual(self): # pylint: disable=invalid-name
377377
@property
378378
def mac_address(self):
379379
"""A bytes containing the actual MAC address of the ESP32"""
380-
return bytes(reversed(self.MAC_address))
380+
return bytes(self.MAC_address_actual)
381381

382382
def start_scan_networks(self):
383383
"""Begin a scan of visible access points. Follow up with a call

0 commit comments

Comments
 (0)