mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
rename
This commit is contained in:
parent
e1fce87f43
commit
4c309967bb
2 changed files with 3 additions and 3 deletions
|
@ -57,8 +57,8 @@
|
||||||
<td>MAG</td>
|
<td>MAG</td>
|
||||||
<td><input type="number" step="0.1" name="p" value="" /></td>
|
<td><input type="number" step="0.1" name="p" value="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="Velocity">
|
<tr class="Vario">
|
||||||
<td>Velocity</td>
|
<td>Vario</td>
|
||||||
<td><input type="number" step="0.1" name="p" value="" /></td>
|
<td><input type="number" step="0.1" name="p" value="" /></td>
|
||||||
<td><input type="number" step="0.001" name="i" value="" /></td>
|
<td><input type="number" step="0.001" name="i" value="" /></td>
|
||||||
<td><input type="number" step="1" name="d" value="" /></td>
|
<td><input type="number" step="1" name="d" value="" /></td>
|
||||||
|
|
|
@ -134,7 +134,7 @@ function tab_initialize_pid_tuning() {
|
||||||
needle++;
|
needle++;
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
$('.pid_tuning .Velocity input').each(function() {
|
$('.pid_tuning .Vario input').each(function() {
|
||||||
switch (i) {
|
switch (i) {
|
||||||
case 0:
|
case 0:
|
||||||
$(this).val(PIDs[needle][i++].toFixed(1));
|
$(this).val(PIDs[needle][i++].toFixed(1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue