From 7ca5e77b6c9748f3f68233072dcca734c905d9ba Mon Sep 17 00:00:00 2001 From: giacomo892 Date: Sun, 5 May 2019 18:03:31 +0200 Subject: [PATCH] 1KHz as default looptime F3 and up can handle it no issues. --- js/fc.js | 4 ++-- 1 file 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",