mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_OSD: fixed X range
This commit is contained in:
parent
8f8107d13f
commit
5dc3515c83
@ -34,7 +34,7 @@ const AP_Param::GroupInfo AP_OSD_Setting::var_info[] = {
|
||||
// @Param: _X
|
||||
// @DisplayName: X position
|
||||
// @Description: Horizontal position on screen
|
||||
// @Range: 0 31
|
||||
// @Range: 0 29
|
||||
// @User: Standard
|
||||
AP_GROUPINFO("_X", 2, AP_OSD_Setting, xpos, 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user