mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Renamed 'tuning sliders' to 'simplified tuning'.
This commit is contained in:
parent
cff19dc113
commit
7fc3c7cea6
13 changed files with 196 additions and 195 deletions
|
@ -204,8 +204,8 @@ typedef struct gyroConfig_s {
|
|||
|
||||
uint8_t gyrosDetected; // What gyros should detection be attempted for on startup. Automatically set on first startup.
|
||||
uint8_t dyn_lpf_curve_expo; // set the curve for dynamic gyro lowpass filter
|
||||
uint8_t slider_gyro_filter;
|
||||
uint8_t slider_gyro_filter_multiplier;
|
||||
uint8_t simplified_gyro_filter;
|
||||
uint8_t simplified_gyro_filter_multiplier;
|
||||
} gyroConfig_t;
|
||||
|
||||
PG_DECLARE(gyroConfig_t, gyroConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue