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:
parent
fe64e5c3f2
commit
ac21b8dfe7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue