Merge pull request #1814 from iNavFlight/mmosca-radar-settings

Add camera uptilt to HUD settings
pull/1819/merge
Marcelo Bezerra 1 year ago committed by GitHub
commit 2a70001c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save