1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00

Independent rates settings for roll and pitch

This commit is contained in:
Trond G. Ziarkowski 2018-09-09 11:46:56 +02:00
parent 3a94d0056f
commit 68adc30de8
5 changed files with 58 additions and 11 deletions

View file

@ -155,6 +155,8 @@ var FC = {
dynamic_THR_breakpoint: 0,
RC_YAW_EXPO: 0,
rcYawRate: 0,
rcPitchRate: 0,
RC_PITCH_EXPO: 0,
};
AUX_CONFIG = [];