1
0
Fork 0
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:
Bryce Johnson 2017-09-03 12:27:19 -05:00
parent b622e8b0fe
commit 7616c68909

View file

@ -384,7 +384,7 @@ void pwmWriteDshotCommand(uint8_t index, uint8_t motorCount, uint8_t command)
case DSHOT_CMD_SAVE_SETTINGS: case DSHOT_CMD_SAVE_SETTINGS:
case DSHOT_CMD_SPIN_DIRECTION_NORMAL: case DSHOT_CMD_SPIN_DIRECTION_NORMAL:
case DSHOT_CMD_SPIN_DIRECTION_REVERSED: case DSHOT_CMD_SPIN_DIRECTION_REVERSED:
repeats = 10; repeats = 20;
break; break;
default: default:
repeats = 1; repeats = 1;