Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watchdog methods. #235

Merged
merged 2 commits into from
Feb 18, 2018
Merged

Add watchdog methods. #235

merged 2 commits into from
Feb 18, 2018

Conversation

basvs
Copy link

@basvs basvs commented Feb 18, 2018

esp.wdt_start() - start watchdog for current task
esp.wdt_reset() - needs to be called at least every seconds.
esp.wdt_stop() - stop watchdog for current task

(issue #231)

esp.wdt_start(<seconds>)
esp.wdt_reset()
esp.wdt_stop()
@basvs basvs merged commit bd8fec0 into master Feb 18, 2018
@basvs basvs deleted the basvs-watchdog branch February 18, 2018 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant