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 93545d7 commit 24e42baCopy full SHA for 24e42ba
adafruit_esp32spi/adafruit_esp32spi_wifimanager.py
@@ -42,7 +42,7 @@ def __init__(self, esp, secrets, status_pixel, attempts=2):
42
"""
43
:param ESP_SPIcontrol esp: The ESP object we are using
44
:param dict secrets: The WiFi and Adafruit IO secrets dict (See examples)
45
- :param status_pixel: (Optional) The pixel device - Usually a NeoPixel or DotStar (default=None)
+ :param status_pixel: (Optional) The pixel device - A NeoPixel or DotStar (default=None)
46
:type status_pixel: NeoPixel or DotStar
47
:param int attempts: (Optional) Failed attempts before resetting the ESP32 (default=2)
48
0 commit comments