mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 09:15:42 +03:00
update mode names
This commit is contained in:
parent
0f307a2916
commit
02b6c8c435
2 changed files with 3 additions and 3 deletions
|
@ -283,12 +283,12 @@ var FLIGHT_MODES = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
boxId: 56,
|
boxId: 56,
|
||||||
boxName: "GIMBAL LEVEL PITCH",
|
boxName: "GIMBAL LEVEL TILT",
|
||||||
permanentId: 65,
|
permanentId: 65,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
boxId: 57,
|
boxId: 57,
|
||||||
boxName: "GIMBAL LEVEL PITCH ROLL",
|
boxName: "GIMBAL LEVEL ROLL",
|
||||||
permanentId: 66
|
permanentId: 66
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -61,7 +61,7 @@ TABS.auxiliary.initialize = function (callback) {
|
||||||
modeSections["FPV Camera Modes"] = ["CAMSTAB", "CAMERA CONTROL 1", "CAMERA CONTROL 2", "CAMERA CONTROL 3"];
|
modeSections["FPV Camera Modes"] = ["CAMSTAB", "CAMERA CONTROL 1", "CAMERA CONTROL 2", "CAMERA CONTROL 3"];
|
||||||
modeSections["VTOL"] = ["MIXER PROFILE 2", "MIXER TRANSITION"];
|
modeSections["VTOL"] = ["MIXER PROFILE 2", "MIXER TRANSITION"];
|
||||||
modeSections["Beeper"] = ["BEEPER", "BEEPER MUTE"];
|
modeSections["Beeper"] = ["BEEPER", "BEEPER MUTE"];
|
||||||
modeSections["Gimbal"] = ["GIMBAL CENTER", "GIMBAL LEVEL PITCH", "GIMBAL LEVEL PITCH ROLL"];
|
modeSections["Gimbal"] = ["GIMBAL CENTER", "GIMBAL LEVEL TILT", "GIMBAL LEVEL ROLL", "GIMBAL LEVEL PAN"];
|
||||||
modeSections["Misc Modes"] = ["LEDS OFF", "LIGHTS", "HOME RESET", "WP PLANNER", "MISSION CHANGE", "BLACKBOX", "FAILSAFE", "KILLSWITCH", "TELEMETRY", "MSP RC OVERRIDE", "USER1", "USER2", "USER3", "USER4"];
|
modeSections["Misc Modes"] = ["LEDS OFF", "LIGHTS", "HOME RESET", "WP PLANNER", "MISSION CHANGE", "BLACKBOX", "FAILSAFE", "KILLSWITCH", "TELEMETRY", "MSP RC OVERRIDE", "USER1", "USER2", "USER3", "USER4"];
|
||||||
|
|
||||||
function sort_modes_for_display() {
|
function sort_modes_for_display() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue