Skip to content

Commit

Permalink
increase WDT timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mzakharo committed Dec 31, 2023
1 parent 5aef18b commit 91c0447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/esp32/modules/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class FakeWDT:
def __init__(self, timeout):pass
def feed(self): pass
wdt = WDT(timeout=70000)
wdt = WDT(timeout=120_000)
#wdt = FakeWDT(timeout=70000)

import uos
Expand Down

0 comments on commit 91c0447

Please sign in to comment.