Added Spacing

pull/155/head
トトも 2022-04-07 11:48:06 -04:00 committed by GitHub
parent 84da3f8c8c
commit 897fa8728b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 1 deletions

View File

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