Skip to content

Fix motors spinning in turtle mode#131

Merged
bkleiner merged 1 commit intoBossHobby:masterfrom
FractalEngineer:turtle-fix
Apr 3, 2026
Merged

Fix motors spinning in turtle mode#131
bkleiner merged 1 commit intoBossHobby:masterfrom
FractalEngineer:turtle-fix

Conversation

@FractalEngineer
Copy link
Copy Markdown
Contributor

In the current motortest/turtle path, zero throttle is being mapped to DShot 48 (minimum throttle) rather than DShot 0 (stop).

This can be undesirable on low starting and/or more responsive escs (32bits?), causing them to spin unexpectedly.

This change adds an explicit MOTOR_OFF mapping for zero throttle values in the motortest_override path so the DShot driver correctly sends stop instead of min throttle.

Tested on SP8 and Lucid AIO.

@bkleiner
Copy link
Copy Markdown
Collaborator

bkleiner commented Apr 3, 2026

neat!

@bkleiner bkleiner merged commit 1e7c177 into BossHobby:master Apr 3, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants