Skip to content

Commit

Permalink
Remove beeper from Misc Modes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 8, 2024
1 parent 583e40f commit cc0d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/auxiliary.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ TABS.auxiliary.initialize = function (callback) {
modeSections["VTOL"] = ["MIXER PROFILE 2", "MIXER TRANSITION"];
modeSections["Beeper"] = ["BEEPER", "BEEPER MUTE"];
modeSections["Gimbal"] = ["GIMBAL CENTER", "GIMBAL LEVEL PITCH", "GIMBAL LEVEL PITCH ROLL"];
modeSections["Misc Modes"] = ["BEEPER", "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() {
// Sort the modes
Expand Down

0 comments on commit cc0d56a

Please sign in to comment.