mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
Convert add 'Hz' suffix to PWM50, PWM400, ... protocol names
* To avoid confusion as to what the number after the 'PWM' part means when setting it up in the Actuators Tab
This commit is contained in:
@@ -25,9 +25,9 @@ actuator_output:
|
||||
-3: DShot600
|
||||
-2: DShot1200
|
||||
-1: OneShot
|
||||
50: PWM50
|
||||
100: PWM100
|
||||
200: PWM200
|
||||
400: PWM400
|
||||
50: PWM 50 Hz
|
||||
100: PWM 100 Hz
|
||||
200: PWM 200 Hz
|
||||
400: PWM 400 Hz
|
||||
reboot_required: true
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ actuator_output:
|
||||
default: 400
|
||||
values:
|
||||
-1: OneShot
|
||||
50: PWM50
|
||||
100: PWM100
|
||||
200: PWM200
|
||||
400: PWM400
|
||||
50: PWM 50 Hz
|
||||
100: PWM 100 Hz
|
||||
200: PWM 200 Hz
|
||||
400: PWM 400 Hz
|
||||
reboot_required: true
|
||||
|
||||
Reference in New Issue
Block a user