@@ -19,93 +19,70 @@ set feedforward_smooth_factor = 30
1919set feedforward_jitter_factor = 7
2020
2121#$ OPTION_GROUP BEGIN: Fine-tuning...
22-
23- # sharper handling for racing (25 of auto RC smoothing = 80hz RC smoothing):
24- #$ OPTION BEGIN (UNCHECKED): Racing
25- set feedforward_smooth_factor = 25
26- set feedforward_jitter_factor = 5
27- set rc_smoothing_auto_factor = 25
28- set rc_smoothing_auto_factor_throttle = 25
29- #$ OPTION END
30-
31- # default is suitable for freestyle (30 of RC smoothing is approx 45hz RC smoothing)
32- #$ OPTION BEGIN (UNCHECKED): Freestyle
33- set feedforward_jitter_factor = 9
34- #$ OPTION END
35-
36- # stronger smoothing for HD freestyle (not for racing):
37- #$ OPTION BEGIN (UNCHECKED): HD Freestyle
38- set feedforward_smooth_factor = 30
39- set feedforward_jitter_factor = 10
40- set rc_smoothing_auto_factor = 80
41- set rc_smoothing_setpoint_cutoff = 25
42- #$ OPTION END
43-
44- # very smooth Cinematic (not for racing):
45- #$ OPTION BEGIN (UNCHECKED): Cinematic
46- set feedforward_smooth_factor = 35
47- set feedforward_jitter_factor = 12
48- set rc_smoothing_auto_factor = 175
49- set rc_smoothing_auto_factor_throttle = 100
50- set rc_smoothing_setpoint_cutoff = 12
51- set rc_smoothing_throttle_cutoff = 20
52- #$ OPTION END
53-
54- # ultra smooth Cinematic (not for racing):
55- #$ OPTION BEGIN (UNCHECKED): Ultra Cinematic
56- set feedforward_smooth_factor = 40
57- set feedforward_jitter_factor = 16
58- set rc_smoothing_auto_factor = 250
59- set rc_smoothing_auto_factor_throttle = 100
60- set rc_smoothing_setpoint_cutoff = 6
61- set rc_smoothing_throttle_cutoff = 20
62- #$ OPTION END
63-
22+ #$ OPTION BEGIN (UNCHECKED): Racing
23+ set feedforward_smooth_factor = 25
24+ set feedforward_jitter_factor = 5
25+ set rc_smoothing_auto_factor = 25
26+ set rc_smoothing_auto_factor_throttle = 25
27+ #$ OPTION END
28+ #$ OPTION BEGIN (UNCHECKED): Freestyle
29+ set feedforward_jitter_factor = 9
30+ #$ OPTION END
31+ #$ OPTION BEGIN (UNCHECKED): HD Freestyle
32+ set feedforward_smooth_factor = 30
33+ set feedforward_jitter_factor = 10
34+ set rc_smoothing_auto_factor = 80
35+ set rc_smoothing_setpoint_cutoff = 25
36+ #$ OPTION END
37+ #$ OPTION BEGIN (UNCHECKED): Cinematic
38+ set feedforward_smooth_factor = 35
39+ set feedforward_jitter_factor = 12
40+ set rc_smoothing_auto_factor = 175
41+ set rc_smoothing_auto_factor_throttle = 100
42+ set rc_smoothing_setpoint_cutoff = 12
43+ set rc_smoothing_throttle_cutoff = 20
44+ #$ OPTION END
45+ #$ OPTION BEGIN (UNCHECKED): Ultra Cinematic
46+ set feedforward_smooth_factor = 40
47+ set feedforward_jitter_factor = 16
48+ set rc_smoothing_auto_factor = 250
49+ set rc_smoothing_auto_factor_throttle = 100
50+ set rc_smoothing_setpoint_cutoff = 6
51+ set rc_smoothing_throttle_cutoff = 20
52+ #$ OPTION END
6453#$ OPTION_GROUP END
6554
66-
6755#$ OPTION_GROUP BEGIN: (EXCLUSIVE) ELRS Rx connection method (choose one):
68-
69- #$ OPTION BEGIN (UNCHECKED): Serial, separate Rx
70- feature RX_SERIAL
71- set serialrx_provider = CRSF
72- #$ OPTION END
73-
74- #$ OPTION BEGIN (UNCHECKED): SPI, on the FC
75- feature RX_SPI
76- set rx_spi_protocol = EXPRESSLRS
77- #$ OPTION END
78-
56+ #$ OPTION BEGIN (UNCHECKED): Serial, separate Rx
57+ feature RX_SERIAL
58+ set serialrx_provider = CRSF
59+ #$ OPTION END
60+ #$ OPTION BEGIN (UNCHECKED): SPI, on the FC
61+ feature RX_SPI
62+ set rx_spi_protocol = EXPRESSLRS
63+ #$ OPTION END
7964#$ OPTION_GROUP END
8065
81-
8266#$ OPTION_GROUP BEGIN: (EXCLUSIVE) Voltage readings (choose one):
83-
84- # per cell or whole pack voltage readings:
85- #$ OPTION BEGIN (UNCHECKED): Single Cell values
86- set report_cell_voltage = ON
87- #$ OPTION END
88-
89- #$ OPTION BEGIN (UNCHECKED): Whole pack values
90- set report_cell_voltage = OFF
91- #$ OPTION END
92-
67+ #$ OPTION BEGIN (UNCHECKED): Single Cell values
68+ set report_cell_voltage = ON
69+ #$ OPTION END
70+ #$ OPTION BEGIN (UNCHECKED): Whole pack values
71+ set report_cell_voltage = OFF
72+ #$ OPTION END
9373#$ OPTION_GROUP END
9474
95-
9675#$ OPTION_GROUP BEGIN: Cinematic Rates (optional)
97-
98- #$ OPTION BEGIN (UNCHECKED): Actual, Centre = 2
99- set rates_type = ACTUAL
100- set roll_rc_rate = 2
101- set pitch_rc_rate = 2
102- set yaw_rc_rate = 2
103- set roll_expo = 0
104- set pitch_expo = 0
105- set yaw_expo = 0
106- set roll_srate = 50
107- set pitch_srate = 50
108- set yaw_srate = 50
109- #$ OPTION END
110-
76+ #$ OPTION BEGIN (UNCHECKED): Actual, Centre = 2
77+ set rates_type = ACTUAL
78+ set roll_rc_rate = 2
79+ set pitch_rc_rate = 2
80+ set yaw_rc_rate = 2
81+ set roll_expo = 0
82+ set pitch_expo = 0
83+ set yaw_expo = 0
84+ set roll_srate = 50
85+ set pitch_srate = 50
86+ set yaw_srate = 50
87+ #$ OPTION END
11188#$ OPTION_GROUP END
0 commit comments