mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Adjust BOX3D boxname (#14078)
This commit is contained in:
parent
58e3d2a817
commit
9fc83c665f
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue