mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 13:25:22 +03:00
Basic support for programming PID
This commit is contained in:
parent
0ec904fd0c
commit
91f606c339
1 changed files with 6 additions and 0 deletions
6
js/fc.js
6
js/fc.js
|
@ -1315,6 +1315,12 @@ var FC = {
|
||||||
type: "range",
|
type: "range",
|
||||||
range: [0, 7],
|
range: [0, 7],
|
||||||
default: 0
|
default: 0
|
||||||
|
},
|
||||||
|
6: {
|
||||||
|
name: "Programming PID",
|
||||||
|
type: "range",
|
||||||
|
range: [0, 3],
|
||||||
|
default: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue