mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +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",
|
||||
range: [0, 7],
|
||||
default: 0
|
||||
},
|
||||
6: {
|
||||
name: "Programming PID",
|
||||
type: "range",
|
||||
range: [0, 3],
|
||||
default: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue