Skip to content

Commit

Permalink
Adjust BOX3D boxname (betaflight#14078)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 9, 2024
1 parent 58e3d2a commit 9fc83c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/msp/msp_box.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static const box_t boxes[CHECKBOX_ITEM_COUNT] = {
{ .boxId = BOXBLACKBOX, .boxName = "BLACKBOX", .permanentId = 26 },
{ .boxId = BOXFAILSAFE, .boxName = "FAILSAFE", .permanentId = 27 },
{ .boxId = BOXAIRMODE, .boxName = "AIR MODE", .permanentId = 28 },
{ .boxId = BOX3D, .boxName = "3D DISABLE / SWITCH", .permanentId = 29},
{ .boxId = BOX3D, .boxName = "3D DISABLE", .permanentId = 29},
{ .boxId = BOXFPVANGLEMIX, .boxName = "FPV ANGLE MIX", .permanentId = 30},
{ .boxId = BOXBLACKBOXERASE, .boxName = "BLACKBOX ERASE", .permanentId = 31 },
{ .boxId = BOXCAMERA1, .boxName = "CAMERA CONTROL 1", .permanentId = 32},
Expand Down

0 comments on commit 9fc83c6

Please sign in to comment.