We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd158e + c49b62e commit 98d1d12Copy full SHA for 98d1d12
adafruit_portalbase/wifi_esp32s2.py
@@ -6,7 +6,7 @@
6
`adafruit_portalbase.wifi_esp32s2`
7
================================================================================
8
9
-WiFi Helper module for the ESP32-S2 based boards.
+WiFi Helper module for the ESP32-S2 and ESP32-S3 based boards.
10
11
12
* Author(s): Melissa LeBlanc-Williams
@@ -32,7 +32,7 @@
32
33
34
class WiFi:
35
- """Class representing the WiFi portion of the ESP32-S2.
+ """Class representing the WiFi portion of the ESP32-S2/ESP32-S3.
36
37
:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults
38
to ``None``, to not use the status LED
0 commit comments