1
0
Fork 0
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:
Michael Keller 2017-03-28 14:41:10 +13:00 committed by GitHub
commit 94e92d6b62
2 changed files with 4 additions and 0 deletions

View file

@ -1172,6 +1172,9 @@
"adjustmentsFunction23": {
"message": "D Setpoint Transition"
},
"adjustmentsFunction24": {
"message": "Horizon Strength Adjustment"
},
"adjustmentsSave": {
"message": "Save"
},

View file

@ -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>