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
Summary: C wrapping math makes checking for millis() - startTime >= interval work better than millis() >= startTime + interval (which is what microWaitUntil() does). This doesn't explain the hang though (it only skips one interval).
In PanoController-Firmware which uses StepperDriver, program hangs if asked to move after running for a while (one hour or so).
micros() wraps around at 71 minutes, so it may be the most likely cause.
The text was updated successfully, but these errors were encountered: