Update README.md

pull/113/head v1.2.8
SQFMI 2021-11-29 02:41:09 -05:00 committed by GitHub
parent bec2c895af
commit c6085ad483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -9,10 +9,8 @@ Visit [**https://watchy.sqfmi.com**](https://watchy.sqfmi.com) for documentation
## Setup
1. In the Arduino IDE Boards Manager, install support for the ESP32. You can find instructions here: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html
* (as instructions suggest) add the Espressif Arduino-ESP32 .json URL below to the Arduino IDE v1.8 or higher by going to:
* Preferences | Additional Board Manager URL's
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
* Arduino > Preferences > Additional Board Manager URL's
* ```https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json```
2. Install this library (search for **Watchy** in the library manager), and any other depdencies when prompted
3. Check out the examples under ```Examples``` -> ```Watchy```