We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c5cfa commit 508935eCopy full SHA for 508935e
1 file changed
adafruit_esp32spi/adafruit_esp32spi_wifimanager.py
@@ -49,7 +49,8 @@ def __init__(
49
:param str ssid: the SSID of the access point. Must be less than 32 chars.
50
:param str password: the password for the access point. Must be 8-63 chars.
51
:param str enterprise_ident: the ident to use when connecting to an enterprise access point.
52
- :param str enterprise_user: the username to use when connecting to an enterprise access point.
+ :param str enterprise_user: the username to use when connecting to an enterprise access
53
+ point.
54
:param status_pixel: (Optional) The pixel device - A NeoPixel, DotStar,
55
or RGB LED (default=None). The status LED, if given, turns red when
56
attempting to connect to a Wi-Fi network or create an access point,
0 commit comments