Works now

pull/1157/head
Alexander van Saase 4 years ago
parent 84d2854106
commit d2e9313d62

@ -3523,6 +3523,12 @@
"antigravityCutoff": {
"message": "Antigravity Cutoff Frequency"
},
"itermBankAngleFreeze": {
"message": "Yaw Iterm freeze bank angle"
},
"itermBankAngleFreezeHelp": {
"message": "Freeze yaw Iterm when plane is banked more than this many degrees. This helps to stop the rudder from counteracting turn. 0 disables this feature. Applies only to fixed wing aircraft."
},
"ouptputsConfiguration": {
"message": "Configuration"
},

@ -526,6 +526,13 @@
<input class="rate-tpa_input" data-setting="antigravity_cutoff_lpf_hz" />
</td>
</tr>
<tr>
<th data-i18n="itermBankAngleFreeze"></th>
<td>
<input class="rate-tpa_input" data-setting="fw_yaw_iterm_freeze_bank_angle" type="number" step="1" min="0" max="90" />
<div class="helpicon cf_tip" data-i18n_title="itermBankAngleFreezeHelp"></div>
</td>
</tr>
</tbody>
</table>
</div>

Loading…
Cancel
Save