mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Update auxiliary.js
Added WP and GCS to the modes that cause Acro to be disabled.
This commit is contained in:
parent
635e40966a
commit
a0e5cc1aaf
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ TABS.auxiliary.initialize = function (callback) {
|
|||
function update_ui() {
|
||||
let hasUsedMode = false;
|
||||
let acroEnabled = true;
|
||||
let acroFail = ["ANGLE", "HORIZON", "MANUAL", "NAV RTH", "NAV POSHOLD", "NAV CRUISE", "NAV COURSE HOLD"];
|
||||
let acroFail = ["ANGLE", "HORIZON", "MANUAL", "NAV RTH", "NAV POSHOLD", "NAV CRUISE", "NAV COURSE HOLD", "NAV WP", "GCS NAV"];
|
||||
|
||||
var auxChannelCount = RC.active_channels - 4;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue