diff --git a/src/main/drivers/dshot_command.c b/src/main/drivers/dshot_command.c index afa8341fdc..0b7dec3a20 100644 --- a/src/main/drivers/dshot_command.c +++ b/src/main/drivers/dshot_command.c @@ -223,6 +223,8 @@ void dshotCommandWrite(uint8_t index, uint8_t motorCount, uint8_t command, dshot motorDmaOutput_t *const motor = getMotorDmaOutput(i); motor->protocolControl.requestTelemetry = true; motorGetVTable().writeInt(i, command); + } else { + motorGetVTable().writeInt(i, DSHOT_CMD_MOTOR_STOP); } }