1
0
Fork 0
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:
Marcelo Bezerra 2024-06-08 17:25:03 +02:00
parent 0f307a2916
commit 02b6c8c435
2 changed files with 3 additions and 3 deletions

View file

@ -283,12 +283,12 @@ var FLIGHT_MODES = [
},
{
boxId: 56,
boxName: "GIMBAL LEVEL PITCH",
boxName: "GIMBAL LEVEL TILT",
permanentId: 65,
},
{
boxId: 57,
boxName: "GIMBAL LEVEL PITCH ROLL",
boxName: "GIMBAL LEVEL ROLL",
permanentId: 66
},
{

View file

@ -61,7 +61,7 @@ TABS.auxiliary.initialize = function (callback) {
modeSections["FPV Camera Modes"] = ["CAMSTAB", "CAMERA CONTROL 1", "CAMERA CONTROL 2", "CAMERA CONTROL 3"];
modeSections["VTOL"] = ["MIXER PROFILE 2", "MIXER TRANSITION"];
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"];
function sort_modes_for_display() {