1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Fixed MSP command to send Dshot commands.

This commit is contained in:
Michael Keller 2020-12-15 16:00:23 +01:00
parent d43e06d3e3
commit 0b81b26ce0
2 changed files with 0 additions and 7 deletions

View file

@ -3850,12 +3850,6 @@ static void cliDshotProg(const char *cmdName, char *cmdline)
// pwmDisableMotors();
motorDisable();
if (command == DSHOT_CMD_ESC_INFO) {
delay(5); // Wait for potential ESC telemetry transmission to finish
} else {
delay(1);
}
firstCommand = false;
}