Skip to content

Commit

Permalink
beta75 - Adjust PWM_MIN and set number of cells
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch authored and bkueng committed Jan 14, 2019
1 parent 29f034c commit 118848d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ROMFS/px4fmu_common/init.d/airframes/4041_beta75x
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ then
param set MOT_ORDERING 1
param set PWM_DISARMED 950
param set PWM_MAX 1900
param set PWM_MIN 1100
param set PWM_MIN 1250
param set PWM_RATE 0

param set RC_FLT_CUTOFF 0

param set SYS_HAS_BARO 0
param set SYS_HAS_MAG 0

param set BAT_N_CELLS 2
fi

# The Whoop uses reversed props
Expand Down

0 comments on commit 118848d

Please sign in to comment.