-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
system restarting every 15 minutes. #3
Comments
Yes, I meet this problem, I think problem in SDK, not in Sming, but not sure. |
normaly timers overflow every 35 minutes but it seems this value is 15 minutes in sming. we must to clear or disable wdt for stable working. |
Disable WDT not good idea for stable working :) |
I'm sure should be some simple fix for that. May be need to google more SDK WDT api. |
can you join this chat https://gitter.im/alonewolfx2/Sming |
it seems reboot problem resolved with this commit. 8c98f5d |
added libmicrogcc from https://github.com/anakod/Sming
* Use per-arch hardware configs, and reduce ESP32 app. partition size * Fix bug in ReadWriteStream::copyFrom() * Fix TemplateStream Tested against large (1MB) JSON listing generated from templates, issues arising. Need to check for remaining plain data before continuing with next tag search Move check for missing end tag after `evaluate` * Add test for fragmented read of variable values Verified that debug statements #1, #3 and #4 are triggered by the test. Use smaller read buffers for testing to stress code more
* Use per-arch hardware configs, and reduce ESP32 app. partition size * Fix bug in ReadWriteStream::copyFrom() * Fix TemplateStream Tested against large (1MB) JSON listing generated from templates, issues arising. Need to check for remaining plain data before continuing with next tag search Move check for missing end tag after `evaluate` * Add test for fragmented read of variable values Verified that debug statements #1, #3 and #4 are triggered by the test. Use smaller read buffers for testing to stress code more
it seems system have wdt issue.sming going to wdt reset every 15 minutes. i tried wdt_feed but its not working. have you any idea?
The text was updated successfully, but these errors were encountered: