Skip to content

Commit 0dbb0f1

Browse files
authored
[RN8209] Adjust task watchdog timeout (#1674)
1 parent f31ed28 commit 0dbb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/config_RN8209.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extern void RN8209toMQTT();
4848
#endif
4949

5050
#ifndef TimeOutWDTRN8209
51-
# define TimeOutWDTRN8209 3 // time out if RN8209 task is stuck in seconds (should be more than TimeBetweenReadingRN8209/1000), the WDT will reset the ESP
51+
# define TimeOutWDTRN8209 5 // time out if RN8209 task is stuck in seconds (should be more than TimeBetweenReadingRN8209/1000), the WDT will reset the ESP
5252
#endif
5353
#ifndef TimeBetweenPublishingRN8209
5454
# define TimeBetweenPublishingRN8209 60000 // time between 2 RN8209 publishing in ms

0 commit comments

Comments
 (0)