We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a589e81 commit cfb61f5Copy full SHA for cfb61f5
adafruit_esp32spi/adafruit_esp32spi.py
@@ -377,7 +377,7 @@ def MAC_address_actual(self): # pylint: disable=invalid-name
377
@property
378
def mac_address(self):
379
"""A bytes containing the actual MAC address of the ESP32"""
380
- return bytes(reversed(self.MAC_address))
+ return bytes(self.MAC_address_actual)
381
382
def start_scan_networks(self):
383
"""Begin a scan of visible access points. Follow up with a call
0 commit comments