mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
docs(pwm_out): list supported protocols in timer param description (#27101)
Mention PWM, OneShot, DShot, and Bidirectional DShot in the long description so users can discover the parameter by searching for keywords like "bidirectional" or "dshot" in QGC.
This commit is contained in:
@@ -15,7 +15,7 @@ actuator_output:
|
||||
description:
|
||||
short: Output Protocol Configuration for ${label}
|
||||
long: |
|
||||
Select which Output Protocol to use for outputs ${label}.
|
||||
Select the output protocol for ${label}: PWM, OneShot, DShot, or Bidirectional DShot.
|
||||
|
||||
Custom PWM rates can be used by directly setting any value >0.
|
||||
type: enum
|
||||
|
||||
Reference in New Issue
Block a user