From 4206de399fee63b31cdc99c83f7353524b5f9e36 Mon Sep 17 00:00:00 2001 From: marchingband <34205564+marchingband@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:46:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e972c5..3bb66e9 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Click **select binary** for the slot you want to use, and find the compiled bina # setting up for Arduino IDE programming * install the latest Arduino IDE * follow instructions online to install the ESP32 stuff : https://github.com/espressif/arduino-esp32 -* donwload the WVR Arduino library here https://github.com/marchingband/wvr/releases/tag/v1.0.1 +* donwload the WVR Arduino library here https://github.com/marchingband/wvr/releases/tag/v1.0.3 * create a folder called **libries** in your Arduino sketch folder and unzip the **WVR Arduno library** into that folder, so it should be Arduino/libraries/WVR/... * using the Arduino library manager, install **Async TCP**, **ESP ASYNC WEBSERVER** and **ADAFRUIT NEOPIXEL** * we also reccomend you intall **ESP Exception Decoder**, in case you want to decode stack traces from the serial monitor, during your Arduino development