Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 7f5c103

Browse files
authored
Add files via upload
1 parent 5d53bed commit 7f5c103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using this library to detect a double reset, using:
3232
---
3333
---
3434

35-
## Prerequisite
35+
## Prerequisites
3636

3737
1. [`Arduino IDE 1.8.13+`](https://www.arduino.cc/en/Main/Software)
3838
2. [`ESP32 core 1.0.4+`](https://github.com/espressif/arduino-esp32/releases) for ESP32 (Use Arduino Board Manager)
@@ -60,7 +60,7 @@ Another way to install is to:
6060

6161
1. Install [VS Code](https://code.visualstudio.com/)
6262
2. Install [PlatformIO](https://platformio.org/platformio-ide)
63-
3. Install **ESP_DoubleResetDetector** library by using [Library Manager](https://docs.platformio.org/en/latest/librarymanager/). Search for ESP_DoubleResetDetector in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
63+
3. Install [**ESP_DoubleResetDetector** library](https://platformio.org/lib/show/6935/ESP_DoubleResetDetector) by using [Library Manager](https://platformio.org/lib/show/6935/ESP_DoubleResetDetector/installation). Search for **ESP_DoubleResetDetector** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
6464
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
6565

6666
---

0 commit comments

Comments
 (0)