mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Merge branch 'master' into chore/add-prettier
This commit is contained in:
commit
e9a57f279b
5 changed files with 134 additions and 124 deletions
|
@ -682,12 +682,12 @@ function update_live_status() {
|
|||
$(".armedicon").removeClass('active');
|
||||
}
|
||||
}
|
||||
}
|
||||
if (FC.AUX_CONFIG[index] === 'FAILSAFE') {
|
||||
if (bit_check(FC.CONFIG.mode, i)) {
|
||||
$(".failsafeicon").addClass('active');
|
||||
} else {
|
||||
$(".failsafeicon").removeClass('active');
|
||||
if (FC.AUX_CONFIG[i] === 'FAILSAFE') {
|
||||
if (bit_check(FC.CONFIG.mode, i)) {
|
||||
$(".failsafeicon").addClass('active');
|
||||
} else {
|
||||
$(".failsafeicon").removeClass('active');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue