Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorDarren Lines <darren@darrenlines.uk>2022-07-03 15:53:48 +0300
committerDarren Lines <darren@darrenlines.uk>2022-07-03 15:53:48 +0300
commitd81a992dc259a29a4df36372df37819de6133a5a (patch)
treed6473c6515e4a170e3c2162b9227c26153175370 /js
parentc5d0da51345fa7144385abf7a242c41681e33e52 (diff)
Fixes to the modes page
- Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors. - Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
Diffstat (limited to 'js')
-rw-r--r--js/peripherals.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/peripherals.js b/js/peripherals.js
index 2c340fb5..3029fdfd 100644
--- a/js/peripherals.js
+++ b/js/peripherals.js
@@ -25,8 +25,7 @@ function adjustBoxNameIfPeripheralWithModeID(modeId, defaultName) {
default:
return defaultName;
}
- }
-
- return defaultName;
+ }
+ return defaultName;
} \ No newline at end of file