mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Add horizon strength adjustment from d4005e0
This commit is contained in:
parent
d2751c53db
commit
86a38d175d
2 changed files with 4 additions and 0 deletions
|
@ -1172,6 +1172,9 @@
|
|||
"adjustmentsFunction23": {
|
||||
"message": "D Setpoint Transition"
|
||||
},
|
||||
"adjustmentsFunction24": {
|
||||
"message": "Horizon Strength Adjustment"
|
||||
},
|
||||
"adjustmentsSave": {
|
||||
"message": "Save"
|
||||
},
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
<option value="21" i18n="adjustmentsFunction21"></option>
|
||||
<option value="22" i18n="adjustmentsFunction22"></option>
|
||||
<option value="23" i18n="adjustmentsFunction23"></option>
|
||||
<option value="24" i18n="adjustmentsFunction24"></option>
|
||||
</select></td>
|
||||
<td class="adjustmentSlot"><select class="slot">
|
||||
<option value="0" i18n="adjustmentsSlot0"></option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue