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
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
After a couple of button presses my chip crashes giving this error and then restarts and I have to reconnect the controller. This might be a similar issue #9 . I see this error in the serial monitor:
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (140203) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (140203) task_wdt: - IDLE (CPU 0)
E (140203) task_wdt: Tasks currently running:
E (140203) task_wdt: CPU 0: btController
E (140203) task_wdt: CPU 1: IDLE
E (140203) task_wdt: Aborting.
abort() was called at PC 0x400da0e9 on core 0
The O button seems to crash the chip every time as well as trigger the routines for a charger and microphone being connected. Any ideas what would be causing these issues?
Thanks in Advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After a couple of button presses my chip crashes giving this error and then restarts and I have to reconnect the controller. This might be a similar issue #9 . I see this error in the serial monitor:
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (140203) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (140203) task_wdt: - IDLE (CPU 0)
E (140203) task_wdt: Tasks currently running:
E (140203) task_wdt: CPU 0: btController
E (140203) task_wdt: CPU 1: IDLE
E (140203) task_wdt: Aborting.
abort() was called at PC 0x400da0e9 on core 0
The O button seems to crash the chip every time as well as trigger the routines for a charger and microphone being connected. Any ideas what would be causing these issues?
Thanks in Advance
The text was updated successfully, but these errors were encountered: