FMUv4: Disable safety on all current boards and in the future for all racing configs

This commit is contained in:
Lorenz Meier
2016-02-23 13:15:46 +01:00
parent 04a9eada1e
commit 11da8df84a
4 changed files with 9 additions and 18 deletions
-14
View File
@@ -17,20 +17,6 @@ then
param set PWM_MAX 1950
fi
# Transitional support: ensure suitable PWM min/max param values
if param compare PWM_MIN 1000
then
param set PWM_MIN 1075
fi
if param compare PWM_MAX 2000
then
param set PWM_MAX 1950
fi
if param compare PWM_DISARMED 0
then
param set PWM_DISARMED 900
fi
# set environment variables (!= parameters)
set PWM_RATE 400
# tell the mixer to use parameters for these instead