Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adafruit_portalbase/wifi_esp32s2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
`adafruit_portalbase.wifi_esp32s2`
================================================================================

WiFi Helper module for the ESP32-S2 based boards.
WiFi Helper module for the ESP32-S2 and ESP32-S3 based boards.


* Author(s): Melissa LeBlanc-Williams
Expand All @@ -32,7 +32,7 @@


class WiFi:
"""Class representing the WiFi portion of the ESP32-S2.
"""Class representing the WiFi portion of the ESP32-S2/ESP32-S3.

:param status_led: The initialized object for status DotStar, NeoPixel, or RGB LED. Defaults
to ``None``, to not use the status LED
Expand Down