bjoerngiesler / BBDroids

Code for the Bavarian R2 Builders' Droid Control System, consisting of dual miniature multi-axis remote controls and a droid control board, currently for BB-8. Please refer to the Wiki for reference.
Apache License 2.0
6 stars 3 forks source link

Bug: Remote hangs on bootup until reset #44

Closed bjoerngiesler closed 1 month ago

bjoerngiesler commented 1 month ago

Problem found - this was caused by improper timestamp handling in bb::Runloop, which led to passing a negative number into delayMicroseconds(), which led to an insane long wait (not actually a hang). Fixed.