Browse Source

Restores Dshot trigger condition and adds dynamic mixing condition

master
Charles Cross 3 years ago committed by Beat Küng
parent
commit
b0352135bb
  1. 2
      src/drivers/dshot/DShot.cpp

2
src/drivers/dshot/DShot.cpp

@ -478,7 +478,9 @@ bool DShot::updateOutputs(bool stop_motors, uint16_t outputs[MAX_ACTUATORS], @@ -478,7 +478,9 @@ bool DShot::updateOutputs(bool stop_motors, uint16_t outputs[MAX_ACTUATORS],
_current_command.clear();
}
if (stop_motors || num_control_groups_updated > 0 || _mixing_output.useDynamicMixing()) {
up_dshot_trigger();
}
return true;
}

Loading…
Cancel
Save