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:
authorgiacomo892 <giacomo1989@gmail.com>2019-05-05 19:03:31 +0300
committerGitHub <noreply@github.com>2019-05-05 19:03:31 +0300
commit7ca5e77b6c9748f3f68233072dcca734c905d9ba (patch)
tree96eaa06f4128e828f106b8db66c2d6bb6d54a973 /js
parente36f00c6e3fff5575e0ed3b14b18cae7f5418380 (diff)
1KHz as default looptime
F3 and up can handle it no issues.
Diffstat (limited to 'js')
-rw-r--r--js/fc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/fc.js b/js/fc.js
index 41dfc469..8a82af12 100644
--- a/js/fc.js
+++ b/js/fc.js
@@ -622,7 +622,7 @@ var FC = {
getLooptimes: function () {
return {
125: {
- defaultLooptime: 2000,
+ defaultLooptime: 1000,
looptimes: {
4000: "250Hz",
3000: "334Hz",
@@ -635,7 +635,7 @@ var FC = {
}
},
1000: {
- defaultLooptime: 2000,
+ defaultLooptime: 1000,
looptimes: {
4000: "250Hz",
2000: "500Hz",