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 b878f96 commit 41f7c25Copy full SHA for 41f7c25
adafruit_esp32spi/adafruit_esp32spi_wifimanager.py
@@ -65,7 +65,7 @@ def reset(self):
65
Perform a hard reset on the ESP32
66
"""
67
if self.debug:
68
- print("Resetting ESP32\n", error)
+ print("Resetting ESP32")
69
self._esp.reset()
70
71
def connect(self):
0 commit comments