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/fc.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/fc.js')
-rw-r--r--js/fc.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/js/fc.js b/js/fc.js
index ecf78b96..cfd4a462 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -923,6 +923,34 @@ var FC = {
16000: "16kHz",
32000: "32kHz"
}
+ },
+ 5: {
+ name: "DSHOT150",
+ defaultRate: 4000,
+ rates: {
+ 4000: "4kHz"
+ }
+ },
+ 6: {
+ name: "DSHOT300",
+ defaultRate: 8000,
+ rates: {
+ 8000: "8kHz"
+ }
+ },
+ 7: {
+ name: "DSHOT600",
+ defaultRate: 16000,
+ rates: {
+ 16000: "16kHz"
+ }
+ },
+ 8: {
+ name: "DSHOT1200",
+ defaultRate: 16000,
+ rates: {
+ 16000: "16kHz"
+ }
}
};
},