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

Commit

Permalink
v1.3.1 to add waitingForDRD() function
Browse files Browse the repository at this point in the history
### Releases v1.3.1

1. Add waitingForDRD() function to signal in DRD wating period. Check [DRD is waiting for a double reset? #14](#14)
2. Add example [checkWaitingDRD](https://github.com/khoih-prog/ESP_DoubleResetDetector/tree/master/examples/checkWaitingDRD) to demo how to use the new feature.
  • Loading branch information
khoih-prog committed Mar 5, 2022
1 parent 28a1b81 commit bce10ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ and there are many more.

### Example [checkWaitingDRD](examples/checkWaitingDRD)

https://github.com/khoih-prog/ESP_DoubleResetDetector/blob/da76548b25f1c2d4774f154011e7221c1fd7d824/examples/checkWaitingDRD/checkWaitingDRD.ino#L14-L132
https://github.com/khoih-prog/ESP_DoubleResetDetector/blob/28a1b81298cd5b9c2ffabe35e60cffa1874ec837/examples/checkWaitingDRD/checkWaitingDRD.ino#L20-L132



Expand Down

0 comments on commit bce10ef

Please sign in to comment.