mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
[WIP] explicit PWM configuration per channel
This commit is contained in:
@@ -21,8 +21,6 @@ param set SYS_AUTOSTART 4011
|
||||
# http://www.dji.com/e2000/info indicates E2000 Operating Pulse Width: 1120 to 1920 μs
|
||||
# It seems that all latest DJI ESC have the same range.
|
||||
# Note that the setting here applies to all PWM channels.
|
||||
# param set PWM_MAIN_MIN 1120
|
||||
# param set PWM_MAIN_MAX 1920
|
||||
# Not using DJI 430 LITE ESC anymore due to its hiccups:
|
||||
# each random motor stop would cause a scary flip in the fly
|
||||
# Replacing with 4 BLHeli32 (Wraith32 V2) ESCs solved the main problem in BBBlue porting
|
||||
|
||||
@@ -21,8 +21,6 @@ param set SYS_AUTOSTART 4011
|
||||
# http://www.dji.com/e2000/info indicates E2000 Operating Pulse Width: 1120 to 1920 μs
|
||||
# It seems that all latest DJI ESC have the same range.
|
||||
# Note that the setting here applies to all PWM channels.
|
||||
# param set PWM_MAIN_MIN 1120
|
||||
# param set PWM_MAIN_MAX 1920
|
||||
# Not using DJI 430 LITE ESC anymore due to its hiccups:
|
||||
# each random motor stop would cause a scary flip in the fly
|
||||
# Replacing with 4 BLHeli32 (Wraith32 V2) ESCs solved the main problem in BBBlue porting
|
||||
|
||||
Reference in New Issue
Block a user