1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

lower MSP queue frequency

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-02-11 09:24:16 +01:00
parent fe64e5c3f2
commit ac21b8dfe7

View file

@ -7,7 +7,7 @@ helper.mspQueue = (function (serial, MSP) {
var publicScope = {},
privateScope = {};
privateScope.handlerFrequency = 100;
privateScope.handlerFrequency = 10;
privateScope.balancerFrequency = 20;
privateScope.loadFilter = new classes.SimpleSmoothFilter(1, 0.85);