mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Set actual rates in deg/s, independently of each other
Each parameter is independent. Set actual centre sensitivity and actual max rates. For: Centre sensitivity of 200 = rcRate of 1.0; enter as 2.0 in Config, 200 CLI Max Rate of 800, enter sRate as 0.8 in Config, 80 in CLI Expo enter as usual, 0.5 approximates no expo, 0 is flatter, 1 is about the same as 0.5 expo usually, but won't change centre sensitivity.
This commit is contained in:
parent
b55f37b730
commit
b61d641bfc
3 changed files with 18 additions and 1 deletions
|
@ -336,7 +336,7 @@ static const char * const lookupTableGyroOverflowCheck[] = {
|
|||
#endif
|
||||
|
||||
static const char * const lookupTableRatesType[] = {
|
||||
"BETAFLIGHT", "RACEFLIGHT", "KISS"
|
||||
"BETAFLIGHT", "RACEFLIGHT", "KISS", "ACTUAL"
|
||||
};
|
||||
|
||||
#ifdef USE_OVERCLOCK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue