1
0
Fork 0
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:
Marcelo Bezerra 2023-08-30 21:38:32 +02:00 committed by GitHub
commit 2a70001c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -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"
},

View file

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