mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #4056 from brycedjohnson/dshot_cmd_workaround
Workaround for blheli 16.63 issue of motors not always reversing
This commit is contained in:
commit
20b91c4178
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ void pwmWriteDshotCommand(uint8_t index, uint8_t motorCount, uint8_t command)
|
|||
case DSHOT_CMD_SAVE_SETTINGS:
|
||||
case DSHOT_CMD_SPIN_DIRECTION_NORMAL:
|
||||
case DSHOT_CMD_SPIN_DIRECTION_REVERSED:
|
||||
repeats = 10;
|
||||
repeats = 20;
|
||||
break;
|
||||
default:
|
||||
repeats = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue