mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 03:49:53 +03:00
Backend for dterm_setpoint_weight
This commit is contained in:
parent
f2be3d8f27
commit
fc11eca5c0
2 changed files with 14 additions and 2 deletions
3
js/fc.js
3
js/fc.js
|
@ -251,7 +251,8 @@ var FC = {
|
|||
yawItermIgnoreRate: null,
|
||||
yawPLimit: null,
|
||||
axisAccelerationLimitRollPitch: null,
|
||||
axisAccelerationLimitYaw: null
|
||||
axisAccelerationLimitYaw: null,
|
||||
dtermSetpointWeight: null
|
||||
};
|
||||
|
||||
INAV_PID_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue