From c49b62e43ea88656d760ac131d37ca24f88d1f86 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 6 Jun 2023 08:45:41 -0700 Subject: [PATCH] Update docstrings to show wifi_esp32s2 should also work for esp32s3 --- adafruit_portalbase/wifi_esp32s2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_portalbase/wifi_esp32s2.py b/adafruit_portalbase/wifi_esp32s2.py index 2a75606..c1601ee 100644 --- a/adafruit_portalbase/wifi_esp32s2.py +++ b/adafruit_portalbase/wifi_esp32s2.py @@ -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 @@ -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