mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Add new PID elements for version 3.5
- iterm rotation - smart feedforward - iterm relax - absolute control - acro trainer
This commit is contained in:
parent
25b49fb79f
commit
b543ebf3ef
6 changed files with 321 additions and 16 deletions
|
@ -281,6 +281,10 @@
|
|||
width: 33%;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table.compensation tr {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table.compensation td {
|
||||
width: 60%;
|
||||
padding-left: 5px;
|
||||
|
@ -289,12 +293,24 @@
|
|||
|
||||
.tab-pid_tuning table.compensation td:first-child {
|
||||
width: 10%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table.compensation td:last-child {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table.compensation .suboption {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning table.compensation .suboption select{
|
||||
text-align-last: left;
|
||||
font-size: 1.1em;
|
||||
color: darkslategrey;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.tab-pid_tuning .pidTuningFeatures td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue