forked from Archive/PX4-Autopilot
Changes Dshot commands to always trigger from updateOutputs(), unless outputs are completely off
This commit is contained in:
parent
46f8de3a17
commit
59f9a40584
|
@ -478,9 +478,7 @@ bool DShot::updateOutputs(bool stop_motors, uint16_t outputs[MAX_ACTUATORS],
|
|||
_current_command.clear();
|
||||
}
|
||||
|
||||
if (stop_motors || num_control_groups_updated > 0) {
|
||||
up_dshot_trigger();
|
||||
}
|
||||
up_dshot_trigger();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue