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:
parent
d43e06d3e3
commit
0b81b26ce0
2 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue