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

Commit 28a1b81

Browse files
authored
v1.3.1 to add waitingForDRD() function
### 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.
1 parent eeb30b4 commit 28a1b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/checkWaitingDRD/checkWaitingDRD.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// For ESP8266, You must select one to be true (RTC, EEPROM, LITTLEFS or SPIFFS)
1818
// Otherwise, library will use default EEPROM storage
1919

20-
// This example demonstrate how to use new function waitingForDRD() to signal the stage of DRD
20+
// This example demonstrates how to use new function waitingForDRD() to signal the stage of DRD
2121
// waitingForDRD() returns true if in DRD_TIMEOUT, false when out of DRD_TIMEOUT
2222
// In this example, LED_BUILTIN will blink in DRD_TIMEOUT period, ON when DR has been detected, OFF otherwise
2323

0 commit comments

Comments
 (0)