mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Merge pull request #1814 from iNavFlight/mmosca-radar-settings
Add camera uptilt to HUD settings
This commit is contained in:
commit
2a70001c17
2 changed files with 11 additions and 2 deletions
|
@ -3453,6 +3453,12 @@
|
|||
"osd_hud_wp_disp_help": {
|
||||
"message": "Number of Wayponts to show on screen. 0 disables this feature."
|
||||
},
|
||||
"osd_camera_uptilt": {
|
||||
"message": "Camera uptilt"
|
||||
},
|
||||
"osd_camera_uptilt_help": {
|
||||
"message": "Set the camera uptilt for the FPV camera in degres, positive is up, negative is down, relative to the horizontal. Used for correct display of HUD items and AHI (when enabled)."
|
||||
},
|
||||
"osd_camera_fov_h": {
|
||||
"message": "Camera Horizontal FOV"
|
||||
},
|
||||
|
|
|
@ -385,8 +385,11 @@
|
|||
<input type="number" data-step="1" data-setting-multiplier="1" data-setting="osd_camera_fov_v" class="toggle update_preview" data-live="true">
|
||||
<span data-i18n="osd_camera_fov_v"></span>
|
||||
</label>
|
||||
|
||||
|
||||
<div for="osd_camera_uptilt" class="helpicon cf_tip" data-i18n_title="osd_camera_uptilt_help"></div>
|
||||
<label>
|
||||
<input type="number" data-step="1" data-setting-multiplier="1" data-setting="osd_camera_uptilt" class="toggle update_preview" data-live="true">
|
||||
<span data-i18n="osd_camera_uptilt"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue