|
2 | 2 |
|
3 | 3 | [](https://www.ardu-badge.com/ESP_DoubleResetDetector)
|
4 | 4 |
|
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. |
6 | 6 |
|
7 | 7 | Using this library to detect a double reset, using
|
8 | 8 |
|
9 | 9 | 1. RTC Memory, EEPROM or SPIFFS for ESP8266
|
10 | 10 | 2. EEPROM and SPIFFS for ESP32.
|
11 | 11 |
|
12 | 12 | 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) |
15 | 15 |
|
16 | 16 | ### Quick Start
|
17 | 17 |
|
18 |
| -#### Installing |
| 18 | +#### Use Arduino Library Manager |
19 | 19 |
|
20 | 20 | The easiest way is to use `Arduino Library Manager`. Search for `ESP_DoubleResetDetector`, then select / install the latest version.
|
21 | 21 |
|
| 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 | + |
22 | 31 | ### Releases
|
23 | 32 | #### New in v1.0.1
|
24 | 33 |
|
@@ -95,11 +104,13 @@ void loop()
|
95 | 104 | 2. Similar features for Arduino (UNO, Mega, etc...)
|
96 | 105 |
|
97 | 106 | ### Contributing
|
| 107 | + |
98 | 108 | If you want to contribute to this project:
|
99 | 109 | - Report bugs and errors
|
100 | 110 | - Ask for enhancements
|
101 | 111 | - Create issues and pull requests
|
102 | 112 | - Tell other people about this library
|
103 | 113 |
|
104 | 114 | ### Copyright
|
| 115 | + |
105 | 116 | Copyright 2019- Khoi Hoang
|
0 commit comments