Skip to content

Commit 53b182c

Browse files
committed
Try setting the throttle channels properly
1 parent e001cce commit 53b182c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ROMFS/px4fmu_common/init.d/airframes/22003_asl_believer

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ param set-default FW_W_RMAX 0
4242

4343
# set disarmed value for the ESC
4444
param set-default PWM_MAIN_DISARM 1500
45+
param set-default PWM_MAIN_DIS5 900
46+
param set-default PWM_MAIN_DIS6 900
4547

4648
# The Mini Talon does not have a wheel and
4749
# no flaps. I leave them here because the mixer
4850
# computes also wheel and flap controls.
4951
set MIXER AAVVTTFF_vtail
5052

5153
# use PWM parameters for throttle channel
52-
set PWM_OUT 5
54+
set PWM_OUT 56

0 commit comments

Comments
 (0)