diff --git a/Documentation/Setup.md b/Documentation/Setup.md index b1827cb..d42f8bc 100644 --- a/Documentation/Setup.md +++ b/Documentation/Setup.md @@ -1,49 +1,90 @@ # Setup +
+ ## Board In the **Arduino IDE Boards Manager** you will
need to **[Install Support][ESP32]** for the **ESP32** board. +
+ ##### Navigate To **Arduino** **›** **Preferences** **›** **Additional Board Manager URLs** +
+ ##### Insert ``` https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json ``` +
+
+ +--- + +
+
+ ## Library In the **Library Manager**, search for `Watchy`
and install it and any of its dependencies. +
+
+ +--- + +
+
+ ## Example Check out the examples under **Examples** **›** **Watchy** +
+
+ +--- + +
+
+ ## Compile / Upload Use the following settings when building
and leave any other ones at their default. +
+ Setting | | :------:|:------:| Board | `ESP Dev Module` Partition Scheme | `Minimal SPIFFS` +
+
+ +--- + +
+
+ ## Port In case your port isn't automatically detected, you may
also need to install the [CP2104 USB To Serial Drivers][Drivers]. +
[Drivers]: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers -[ESP32]: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html \ No newline at end of file +[ESP32]: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html