mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Updated to MSP API v1.42 & rebased onto master.
This commit is contained in:
parent
d912de75f1
commit
991c051e80
5 changed files with 42 additions and 31 deletions
|
@ -169,6 +169,9 @@ var FC = {
|
|||
rcYawRate: 0,
|
||||
rcPitchRate: 0,
|
||||
RC_PITCH_EXPO: 0,
|
||||
roll_rate_limit: 1998,
|
||||
pitch_rate_limit: 1998,
|
||||
yaw_rate_limit: 1998,
|
||||
};
|
||||
|
||||
AUX_CONFIG = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue