mirror of https://github.com/sqfmi/Watchy.git
parent
bec2c895af
commit
c6085ad483
|
@ -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```
|
||||
|
|
Loading…
Reference in New Issue