Skip to content

Commit 3418eb0

Browse files
author
Melissa LeBlanc-Williams
committed
Line was too long
1 parent edefde7 commit 3418eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def __init__(self, esp, settings, status_neopixel=None):
4343
"""
4444
:param ESP_SPIcontrol esp: The ESP object we are using
4545
:param dict settings: The WiFi and Adafruit IO Settings (See examples)
46-
:param pin status_neopixel: (optional) The pin for the neopixel - Usually board.NEOPIXEL (default=None)
46+
:param status_neopixel: (Pptional) The neopixel pin - Usually board.NEOPIXEL (default=None)
47+
:type status_neopixel: Pin
4748
"""
4849
# Read the settings
4950
self._esp = esp

0 commit comments

Comments
 (0)