mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +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
|
-3: DShot600
|
||||||
-2: DShot1200
|
-2: DShot1200
|
||||||
-1: OneShot
|
-1: OneShot
|
||||||
50: PWM50
|
50: PWM 50 Hz
|
||||||
100: PWM100
|
100: PWM 100 Hz
|
||||||
200: PWM200
|
200: PWM 200 Hz
|
||||||
400: PWM400
|
400: PWM 400 Hz
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ actuator_output:
|
|||||||
default: 400
|
default: 400
|
||||||
values:
|
values:
|
||||||
-1: OneShot
|
-1: OneShot
|
||||||
50: PWM50
|
50: PWM 50 Hz
|
||||||
100: PWM100
|
100: PWM 100 Hz
|
||||||
200: PWM200
|
200: PWM 200 Hz
|
||||||
400: PWM400
|
400: PWM 400 Hz
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user