This commit is contained in:
Melissa LeBlanc-Williams 2019-02-26 10:51:40 -08:00 committed by GitHub
parent 93545d741b
commit 24e42bad50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ class ESPSPI_WiFiManager:
"""
:param ESP_SPIcontrol esp: The ESP object we are using
:param dict secrets: The WiFi and Adafruit IO secrets dict (See examples)
: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)
:type status_pixel: NeoPixel or DotStar
:param int attempts: (Optional) Failed attempts before resetting the ESP32 (default=2)
"""