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
The DShot driver for the rp2040 relies on the crates.io version of the pio crates, whereas upstream Embassy recently switched to the git version. So there is a version mismatch. Either do:
Pin the version of any git-based dependency
Switch, where possible, to the latest crates.io version