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

Commit cf66ccf

Browse files
authored
Update README.md
1 parent 400cad6 commit cf66ccf

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,32 @@
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector)
44

5-
This library is based on, modified, bug-fixed and improved from [`DataCute`] (https://github.com/datacute/DoubleResetDetector) to add support for ESP32.
5+
This library is based on, modified, bug-fixed and improved from [`DataCute`](https://github.com/datacute/DoubleResetDetector) to add support for ESP32.
66

77
Using this library to detect a double reset, using
88

99
1. RTC Memory, EEPROM or SPIFFS for ESP8266
1010
2. EEPROM and SPIFFS for ESP32.
1111

1212
It is tested and working with
13-
1. The `ESP8266` Arduino platform with a recent stable release [`ESP8266 Core 2.6.2 or newer`] (https://github.com/esp8266/Arduino)
14-
2. The `ESP32` Arduino platform with a recent stable release [`ESP32 Core 1.0.4 or newer`] (https://github.com/espressif/arduino-esp32)
13+
1. [`ESP8266 Core 2.6.2 or newer`](https://github.com/esp8266/Arduino)
14+
2. [`ESP32 Core 1.0.4 or newer`](https://github.com/espressif/arduino-esp32)
1515

1616
### Quick Start
1717

18-
#### Installing
18+
#### Use Arduino Library Manager
1919

2020
The easiest way is to use `Arduino Library Manager`. Search for `ESP_DoubleResetDetector`, then select / install the latest version.
2121

22+
#### Manual Install
23+
24+
The suggested way to install manually is to:
25+
26+
1. Navigate to [ESP_DoubleResetDetector](https://github.com/khoih-prog/ESP_DoubleResetDetector) page.
27+
2. Download the latest release `ESP_DoubleResetDetector-master.zip`.
28+
3. Extract the zip file to `ESP_DoubleResetDetector-master` directory
29+
4. Copy whole `ESP_DoubleResetDetector-master` folder to Arduino libraries' directory such as `~/Arduino/libraries`.
30+
2231
### Releases
2332
#### New in v1.0.1
2433

@@ -95,11 +104,13 @@ void loop()
95104
2. Similar features for Arduino (UNO, Mega, etc...)
96105

97106
### Contributing
107+
98108
If you want to contribute to this project:
99109
- Report bugs and errors
100110
- Ask for enhancements
101111
- Create issues and pull requests
102112
- Tell other people about this library
103113

104114
### Copyright
115+
105116
Copyright 2019- Khoi Hoang

0 commit comments

Comments
 (0)