Skip to content

Commit 66dd2e2

Browse files
committed
esp01-windowtimer: Set initial timeout to 5 minutes
1 parent a6d8193 commit 66dd2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esp01-windowtimer/esp01-windowtimer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void setup() {
115115
void loop() {
116116
static uint32_t state = 0;
117117
static uint32_t freq = 10000;
118-
static uint32_t sleepTime = 1 * 60 * 1000;
118+
static uint32_t sleepTime = 5 * 60 * 1000;
119119
static uint32_t startTime = millis();
120120

121121
uint32_t currentTime = millis();

0 commit comments

Comments
 (0)