mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Merge pull request #475 from toastedcornflakes/horizon-strength-adjustment
Add horizon strength adjustement
This commit is contained in:
commit
94e92d6b62
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