Should reset() disable E.enableWatchdog(timeout) #1680
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2023-12-04 by @gfwilliams Just a normal You can't turn the watchdog off once it's been turned on - it's a hardware safety thing. To stop it you need to fully reboot the device and then not run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2023-12-04 by @MaBecker Well, that explains all the reboot during failed uploads. Better delete ".varimg" which contains an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2023-12-03 by @MaBecker
Wondering how to disable E.enableWatchdog(timeout), because it kicks in during code uploading even if reset before upload is marked and
E.enableWatchdog(2,false)
is missing upload coding?Beta Was this translation helpful? Give feedback.
All reactions