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

Add feedforward support

This commit is contained in:
Miguel Angel Mulero Martinez 2018-07-09 18:17:08 +02:00
parent 863708ad94
commit 25e4e7f6ca
6 changed files with 103 additions and 20 deletions

View file

@ -376,6 +376,10 @@ var FC = {
absoluteControlGain: 0,
throttleBoost: 0,
acroTrainerAngleLimit: 0,
feedforwardRoll: 0,
feedforwardPitch: 0,
feedforwardYaw: 0,
feedforwardTransition: 0,
};
SENSOR_CONFIG = {