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
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-05-07 21:11:26 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-05-07 21:11:26 +0300
commiteec8e3c7e88bf418cfdf42635117abfcc86b9945 (patch)
tree1b1d50be889654b60ae872110334979a6e7190f0
parentaa21987b2565e9cbc184da40eb211ac81ea8c378 (diff)
Add rangefinder entries to logic conditions
-rw-r--r--js/fc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index a90fc256..5ad7275a 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -1223,6 +1223,9 @@ var FC = {
35: "Loiter Radius [cm]",
36: "Active Profile",
37: "Battery cells",
+ 38: "AGL status [0/1]",
+ 39: "AGL [cm]",
+ 40: "Rangefinder [cm]",
}
},
3: {