Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00b6b95

Browse files
committedAug 22, 2019
Updated comment for new function.
1 parent da9f67f commit 00b6b95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def MAC_address(self): # pylint: disable=invalid-name
341341

342342
@property
343343
def MAC_address_actual(self): # pylint: disable=invalid-name
344-
"""A bytearray containing the MAC address of the ESP32"""
344+
"""A bytearray containing the actual MAC address of the ESP32"""
345345
if self._debug:
346346
print("MAC address")
347347
resp = self._send_command_get_response(_GET_MACADDR_CMD, [b'\xFF'])
@@ -770,4 +770,3 @@ def set_analog_write(self, pin, analog_value):
770770
((pin,), (value,)))
771771
if resp[0][0] != 1:
772772
raise RuntimeError("Failed to write to pin")
773-

0 commit comments

Comments
 (0)
Please sign in to comment.