Skip to content

Commit 98d1d12

Browse files
authored
Merge pull request #92 from makermelissa/main
Update docstrings to show wifi_esp32s2 should also work for esp32s3
2 parents dcd158e + c49b62e commit 98d1d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_portalbase/wifi_esp32s2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`adafruit_portalbase.wifi_esp32s2`
77
================================================================================
88
9-
WiFi Helper module for the ESP32-S2 based boards.
9+
WiFi Helper module for the ESP32-S2 and ESP32-S3 based boards.
1010
1111
1212
* Author(s): Melissa LeBlanc-Williams
@@ -32,7 +32,7 @@
3232

3333

3434
class WiFi:
35-
"""Class representing the WiFi portion of the ESP32-S2.
35+
"""Class representing the WiFi portion of the ESP32-S2/ESP32-S3.
3636
3737
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults
3838
to ``None``, to not use the status LED

0 commit comments

Comments
 (0)