mirror of https://github.com/ArduPilot/ardupilot
OSD: fixes missing param def for SATS_EN and typos
This commit is contained in:
parent
f3634450d7
commit
ee079a50dc
|
@ -140,6 +140,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(batused, "BATUSED", 8, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(batused, "BATUSED", 8, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
|
||||||
|
// @Param: SATS_EN
|
||||||
// @DisplayName: SATS_EN
|
// @DisplayName: SATS_EN
|
||||||
// @Description: Displays number of acquired sattelites
|
// @Description: Displays number of acquired sattelites
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
|
@ -425,7 +426,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 29
|
// @Range: 0 29
|
||||||
|
|
||||||
// @Param: ROLL_Y
|
// @Param: ROLL_Y
|
||||||
// @DisplayName:ROLL_Y
|
// @DisplayName: ROLL_Y
|
||||||
// @Description: Vertical position on screen
|
// @Description: Vertical position on screen
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(roll_angle, "ROLL", 26, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(roll_angle, "ROLL", 26, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
@ -441,7 +442,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 29
|
// @Range: 0 29
|
||||||
|
|
||||||
// @Param: PITCH_Y
|
// @Param: PITCH_Y
|
||||||
// @DisplayName:PITCH_Y
|
// @DisplayName: PITCH_Y
|
||||||
// @Description: Vertical position on screen
|
// @Description: Vertical position on screen
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(pitch_angle, "PITCH", 27, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(pitch_angle, "PITCH", 27, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
@ -457,7 +458,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 29
|
// @Range: 0 29
|
||||||
|
|
||||||
// @Param: TEMP_Y
|
// @Param: TEMP_Y
|
||||||
// @DisplayName:TEMP_Y
|
// @DisplayName: TEMP_Y
|
||||||
// @Description: Vertical position on screen
|
// @Description: Vertical position on screen
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(temp, "TEMP", 28, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(temp, "TEMP", 28, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
@ -473,7 +474,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 29
|
// @Range: 0 29
|
||||||
|
|
||||||
// @Param: HDOP_Y
|
// @Param: HDOP_Y
|
||||||
// @DisplayName:HDOP_Y
|
// @DisplayName: HDOP_Y
|
||||||
// @Description: Vertical position on screen
|
// @Description: Vertical position on screen
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(hdop, "HDOP", 29, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(hdop, "HDOP", 29, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
@ -489,7 +490,7 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info[] = {
|
||||||
// @Range: 0 29
|
// @Range: 0 29
|
||||||
|
|
||||||
// @Param: WAYPOINT_Y
|
// @Param: WAYPOINT_Y
|
||||||
// @DisplayName:WAYPOINT_Y
|
// @DisplayName: WAYPOINT_Y
|
||||||
// @Description: Vertical position on screen
|
// @Description: Vertical position on screen
|
||||||
// @Range: 0 15
|
// @Range: 0 15
|
||||||
AP_SUBGROUPINFO(waypoint, "WAYPOINT", 30, AP_OSD_Screen, AP_OSD_Setting),
|
AP_SUBGROUPINFO(waypoint, "WAYPOINT", 30, AP_OSD_Screen, AP_OSD_Setting),
|
||||||
|
|
Loading…
Reference in New Issue