Skip to content

Commit 5e5a5a5

Browse files
committed
removed unnecessary code
1 parent 4d5f884 commit 5e5a5a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/gpio/esp32spi_gpio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ def esp_init_pin_modes(din, dout):
6969
espfirmware += "{:c}".format(_)
7070
print("ESP32 Firmware:", espfirmware)
7171

72-
esp_MAC_address = esp.MAC_address
7372
print(
7473
"ESP32 MAC: {5:02X}:{4:02X}:{3:02X}:{2:02X}:{1:02X}:{0:02X}".format(
75-
*esp_MAC_address
74+
*esp.MAC_address
7675
)
7776
)
7877

0 commit comments

Comments
 (0)