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

WDT not fires #474

Closed
executer-uno opened this issue Sep 15, 2019 · 2 comments
Closed

WDT not fires #474

executer-uno opened this issue Sep 15, 2019 · 2 comments

Comments

@executer-uno
Copy link

Very rare times board stops to response. I made small investigation on my own branch version of SW - it stucks somewhere inside SDK client function calls and no WDT fires occurs. I thought about external watchdog IC, but after found proper google request I found that solution:
esp8266/Arduino#1532
It not tested by years, but looks fine and extra WDT should not be a problem. I just want to advice it to implement.
Thanks for your project!
PS: Also ESP8622 not supports WDT period customization, Im not sure about ESP32. But you trying to define it in the code, it can confuse someone)

@nospam2000
Copy link
Contributor

nospam2000 commented Sep 21, 2019

A WDT is never a real solution. It is always a workaround which might help in special cases, but hide more severe problems which don't get detected for a long time.

Can you please provide more information?

  • Did you compile the firmware yourself?
    • If yes, did you use the Arduino IDE or VisualStudio Code?
  • Which firmware version do you use?
  • How is your configuration?
    • Which sensors, APIs and LCDs do you have enabled (the easiest way is to save the config and copy the resulting web-page as text)?
  • Which language of the firmware do you use?

@dirkmueller
Copy link
Collaborator

Please reopen when information.can be provided. Thanks!

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

No branches or pull requests

3 participants