Merge pull request #1286 from iNavFlight/avs-rate-gains-limits

Increase rates and gains ranges
pull/1294/head
Paweł Spychalski 3 years ago committed by GitHub
commit 5a379cea26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -175,7 +175,7 @@
<tr>
<th class="roll" data-i18n="pidTuningRollRate"></th>
<td class="roll">
<input type="number" id="rate-roll" class="rate-tpa_input" step="10" min="60"
<input type="number" id="rate-roll" class="rate-tpa_input" step="10" min="40"
max="1800" />
degrees per second
</td>
@ -183,14 +183,14 @@
<tr>
<th class="pitch" data-i18n="pidTuningPitchRate"></th>
<td class="pitch">
<input type="number" id="rate-pitch" class="rate-tpa_input" step="10" min="60"
<input type="number" id="rate-pitch" class="rate-tpa_input" step="10" min="40"
max="1800" /> degrees per second
</td>
</tr>
<tr>
<th class="yaw" data-i18n="pidTuningYawRate"></th>
<td class="yaw">
<input type="number" id="rate-yaw" class="rate-tpa_input" step="10" min="20"
<input type="number" id="rate-yaw" class="rate-tpa_input" step="10" min="10"
max="1800" />
degrees per second
</td>

Loading…
Cancel
Save