mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
feat(px4io): enable pwm center
This commit is contained in:
@@ -9,6 +9,7 @@ actuator_output:
|
|||||||
standard_params:
|
standard_params:
|
||||||
disarmed: { min: 800, max: 2200, default: 1000 }
|
disarmed: { min: 800, max: 2200, default: 1000 }
|
||||||
min: { min: 800, max: 1400, default: 1000 }
|
min: { min: 800, max: 1400, default: 1000 }
|
||||||
|
center: { min: 800, max: 2200}
|
||||||
max: { min: 1600, max: 2200, default: 2000 }
|
max: { min: 1600, max: 2200, default: 2000 }
|
||||||
failsafe: { min: 800, max: 2200 }
|
failsafe: { min: 800, max: 2200 }
|
||||||
pwm_timer_param:
|
pwm_timer_param:
|
||||||
|
|||||||
Reference in New Issue
Block a user