Skip to content

Commit

Permalink
Merge pull request #8972 from iNavFlight/MrD_Rename-AUTO-LEVEL
Browse files Browse the repository at this point in the history
Rename AUTO LEVEL
  • Loading branch information
DzikuVx authored Apr 24, 2023
2 parents d8c3b10 + 039dfae commit f31f6fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/fc/fc_msp_box.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static const box_t boxes[CHECKBOX_ITEM_COUNT + 1] = {
{ .boxId = BOXPREARM, .boxName = "PREARM", .permanentId = 51 },
{ .boxId = BOXTURTLE, .boxName = "TURTLE", .permanentId = 52 },
{ .boxId = BOXNAVCRUISE, .boxName = "NAV CRUISE", .permanentId = 53 },
{ .boxId = BOXAUTOLEVEL, .boxName = "AUTO LEVEL", .permanentId = 54 },
{ .boxId = BOXAUTOLEVEL, .boxName = "AUTO LEVEL TRIM", .permanentId = 54 },
{ .boxId = BOXPLANWPMISSION, .boxName = "WP PLANNER", .permanentId = 55 },
{ .boxId = BOXSOARING, .boxName = "SOARING", .permanentId = 56 },
{ .boxId = BOXCHANGEMISSION, .boxName = "MISSION CHANGE", .permanentId = 59 },
Expand Down
2 changes: 1 addition & 1 deletion src/main/io/osd.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
#define OSD_MSG_AUTOTRIM "(AUTOTRIM)"
#define OSD_MSG_AUTOTUNE "(AUTOTUNE)"
#define OSD_MSG_AUTOTUNE_ACRO "SWITCH TO ACRO"
#define OSD_MSG_AUTOLEVEL "(AUTOLEVEL)"
#define OSD_MSG_AUTOLEVEL "(AUTO LEVEL TRIM)"
#define OSD_MSG_HEADFREE "(HEADFREE)"
#define OSD_MSG_NAV_SOARING "(SOARING)"
#define OSD_MSG_UNABLE_ARM "UNABLE TO ARM"
Expand Down
2 changes: 1 addition & 1 deletion src/main/io/osd_dji_hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ static bool djiFormatMessages(char *buff)
}

if (IS_RC_MODE_ACTIVE(BOXAUTOLEVEL)) {
messages[messageCount++] = "(AUTOLEVEL)";
messages[messageCount++] = "(AUTO LEVEL TRIM)";
}

if (FLIGHT_MODE(HEADFREE_MODE)) {
Expand Down

0 comments on commit f31f6fc

Please sign in to comment.