Update GettingStarted.md

This commit is contained in:
HomeSpan 2023-07-11 06:09:41 -05:00 committed by GitHub
parent 03400653da
commit bde6b6b5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ HomeSpan is packaged as a standard Arduino library and can be installed either a
#### Step 4: Acquire an ESP32 Board #### 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 #### Step 5: Install any required USB Drivers