mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Workaround for blheli 16.63 issue of sometimes the motors not reversing. Not sure if it is blheli or betaflight.
This commit is contained in:
parent
b622e8b0fe
commit
7616c68909
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