Skip to content

Commit 938a8d4

Browse files
committed
Increase watchdog timeout to allow high difficulty jobs to complete
1 parent 07c06be commit 938a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266_Code/ESP8266_Code.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ String START_DIFF = "";
413413
// Loop WDT... please don't feed me...
414414
// See lwdtcb() and lwdtFeed() below
415415
Ticker lwdTimer;
416-
#define LWD_TIMEOUT 20000
416+
#define LWD_TIMEOUT 90000
417417

418418
unsigned long lwdCurrentMillis = 0;
419419
unsigned long lwdTimeOutMillis = LWD_TIMEOUT;

0 commit comments

Comments
 (0)