You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using async/embassy with some code that may panic but is allowed to restart so I thought I'd use RTC_watchdog for this (since the regular watchdog requires timergroup which is already used for embassy). but it seems like feeding the watchdog doesn't work. I used the example code with inside the loop:
Thanks for the issue, sorry for the delay in getting to it. Turned out to be a simple solution thankfully, so this should be fixed in our next release (which I'm planning to publish next week).
Hey there,
I'm using async/embassy with some code that may panic but is allowed to restart so I thought I'd use RTC_watchdog for this (since the regular watchdog requires timergroup which is already used for embassy). but it seems like feeding the watchdog doesn't work. I used the example code with inside the loop:
I can see it feeding but it still triggers after the timeout period (2 seconds in my case). I'm using ESP32S3.
The text was updated successfully, but these errors were encountered: