Skip to content

Commit 5d92bfe

Browse files
committed
docstrings and pylint override in wifimanager
1 parent 45dd198 commit 5d92bfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_espatcontrol/adafruit_espatcontrol_wifimanager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class ESPAT_WiFiManager:
2929
A class to help manage the Wifi connection
3030
"""
3131

32+
# pylint: disable=too-many-arguments
3233
def __init__(
3334
self,
3435
esp: ESP_ATcontrol,
@@ -44,6 +45,8 @@ def __init__(
4445
:param status_pixel: (Optional) The pixel device - A NeoPixel or DotStar (default=None)
4546
:type status_pixel: NeoPixel or DotStar
4647
:param int attempts: (Optional) Unused, only for compatibility for old code
48+
:param bool enterprise: (Optional) If True, try to connect to Enterprise AP
49+
:param bool debug: (Optional) Print debug messages during operation
4750
"""
4851
# Read the settings
4952
self._esp = esp

0 commit comments

Comments
 (0)