From bde6b6b5a8343bd70ef92a5a23043607d09f9564 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 11 Jul 2023 06:09:41 -0500 Subject: [PATCH] Update GettingStarted.md --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index bf53f36..c8e1788 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -20,7 +20,7 @@ HomeSpan is packaged as a standard Arduino library and can be installed either a #### Step 4: Acquire an ESP32 Board -ESP32 development boards are widely available in different configurations from most electronics hobby sites, such as [Adafruit](https://www.adafruit.com) and [Sparkfun](https://www.sparkfun.com). HomeSpan was developed using a dual-core ESP32-WROOM-32 (the [Huzzah32 from Adafruit](https://www.adafruit.com/product/3619)) but should work equally well on dual-core ESP32-WROVER chips. HomeSpan has *not* been tested on any single-core ESP32 chips, such as the ESP32-S2. +ESP32 development boards are widely available in different configurations from most electronics hobby sites, such as [Adafruit](https://www.adafruit.com) and [Sparkfun](https://www.sparkfun.com). HomeSpan works with any ESP32 supported by the [Arduino-ESP32 Core](https://github.com/espressif/arduino-esp32#arduino-core-for-esp32-wifi-chip), including the original ESP32, the ESP32-S2 and ESP32‑S3, and the ESP32-C3. #### Step 5: Install any required USB Drivers