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:
authorKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 22:44:04 +0300
committerKonstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>2019-05-11 22:44:04 +0300
commit8b9ed3144893d5bc402dd731e06a066ee6faa3a4 (patch)
treeeb331d8f731fbd35d4c6fea39b79345ba673a6be /js
parentbe312e815007d03a8e3b83d4722faf16f7db7cc8 (diff)
Add SERIALSHOT ESC protocol
Diffstat (limited to 'js')
-rw-r--r--js/fc.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index 8a82af12..d9a41500 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -921,6 +921,14 @@ var FC = {
rates: {
16000: "16kHz"
}
+ },
+ 9: {
+ name: "SERIALSHOT",
+ message: "escProtocolExperimental",
+ defaultRate: 4000,
+ rates: {
+ 4000: "4kHz"
+ }
}
};
},