Skip to content

Commit

Permalink
Correct timeout data type
Browse files Browse the repository at this point in the history
  • Loading branch information
datacute committed Mar 7, 2020
1 parent 08063ff commit a33d278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=DoubleResetDetector
version=1.0.2
version=1.0.3
author=Stephen Denne
maintainer=Stephen Denne <[email protected]>
sentence=Library to detect a double reset, using ESP8266 RTC Memory.
Expand Down
2 changes: 1 addition & 1 deletion src/DoubleResetDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DoubleResetDetector
void stop();

private:
int timeout;
unsigned long timeout;
int address;
bool waitingForDoubleReset;
bool detectRecentlyResetFlag();
Expand Down

0 comments on commit a33d278

Please sign in to comment.