Skip to content

Commit c3d63a7

Browse files
committed
Fix line too long
1 parent 7e06390 commit c3d63a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adafruit_portalbase/wifi_coprocessor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
class WiFi:
3636
"""Class representing the ESP.
3737
38-
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults to ``None``,
39-
to not use the status LED
38+
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults
39+
to ``None``, to not use the status LED
4040
:param esp: A passed ESP32 object, Can be used in cases where the ESP32 chip needs to be used
4141
before calling the pyportal class. Defaults to ``None``.
4242
:param busio.SPI external_spi: A previously declared spi object. Defaults to ``None``.

adafruit_portalbase/wifi_esp32s2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
class WiFi:
3535
"""Class representing the WiFi portion of the ESP32-S2.
3636
37-
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults to ``None``,
38-
to not use the status LED
37+
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults
38+
to ``None``, to not use the status LED
3939
4040
"""
4141

0 commit comments

Comments
 (0)