Skip to content

Commit

Permalink
Update auxiliary.js
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed May 17, 2024
1 parent 4aff15a commit e909eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabs/auxiliary.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TABS.auxiliary.initialize = function (callback) {
// This object separates out the dividers. This is also used to order the modes
const modeSections = {};
modeSections["Arming"] = ["ARM", "PREARM"];
modeSections["Flight Modes"] = ["ANGLE", "HORIZON", "MANUAL"];
modeSections["Flight Modes"] = ["ANGLE", "HORIZON", "MANUAL", "ANGLE HOLD"];
modeSections["Navigation Modes"] = ["NAV COURSE HOLD", "NAV CRUISE", "NAV POSHOLD", "NAV RTH", "NAV WP", "GCS NAV"];
modeSections["Flight Mode Modifiers"] = ["NAV ALTHOLD", "HEADING HOLD", "AIR MODE", "SOARING", "SURFACE", "TURN ASSIST"];
modeSections["Fixed Wing"] = ["AUTO TUNE", "SERVO AUTOTRIM", "AUTO LEVEL TRIM", "NAV LAUNCH", "LOITER CHANGE", "FLAPERON"];
Expand Down Expand Up @@ -504,7 +504,7 @@ TABS.auxiliary.initialize = function (callback) {
})
.prop("checked", !!hideUnusedModesStore)
.trigger('change');

// update ui instantly on first load
update_ui();

Expand Down

0 comments on commit e909eec

Please sign in to comment.