Update profiles.js

Added in description for tricopter that they apply faster pwm for servos.
pull/188/head
Ole-Petter 8 years ago committed by GitHub
parent 4dad38a109
commit 48df85c80f

@ -235,6 +235,7 @@ presets.presets = [
"Asynchronous processing", "Asynchronous processing",
"Dterm and gyro notch filter", "Dterm and gyro notch filter",
"Increased LPF cutoff frequencies", "Increased LPF cutoff frequencies",
"Faster PWM update for servos",
"Improved PID defaults" "Improved PID defaults"
], ],
applyDefaults: ["PIDs", "INAV_PID_CONFIG", "ADVANCED_CONFIG", "RC_tuning", "PID_ADVANCED", "FILTER_CONFIG", "FC_CONFIG"], applyDefaults: ["PIDs", "INAV_PID_CONFIG", "ADVANCED_CONFIG", "RC_tuning", "PID_ADVANCED", "FILTER_CONFIG", "FC_CONFIG"],
@ -275,6 +276,7 @@ presets.presets = [
"Asynchronous processing", "Asynchronous processing",
"Dterm and gyro notch filter", "Dterm and gyro notch filter",
"GPS ready", "GPS ready",
"Faster PWM update for servos",
"Improved PID defaults" "Improved PID defaults"
], ],
applyDefaults: ["PIDs", "INAV_PID_CONFIG", "ADVANCED_CONFIG", "RC_tuning", "PID_ADVANCED", "FILTER_CONFIG", "FC_CONFIG"], applyDefaults: ["PIDs", "INAV_PID_CONFIG", "ADVANCED_CONFIG", "RC_tuning", "PID_ADVANCED", "FILTER_CONFIG", "FC_CONFIG"],

Loading…
Cancel
Save