Merge pull request #188 from oleost/patch-5

Mention that they change pwm refresh for servos.
pull/192/head
Paweł Spychalski 8 years ago committed by GitHub
commit 99da3a0311

@ -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