mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
loosened filtering, andjusted PIDs and fixed roundtrip computation
This commit is contained in:
parent
0ed67a752b
commit
f3aea108bd
3 changed files with 9 additions and 9 deletions
|
@ -342,7 +342,7 @@ function onConnect() {
|
|||
MSP.send_message(MSPCodes.MSP_BOXNAMES, false, false);
|
||||
|
||||
helper.interval.add('msp-load-update', function () {
|
||||
$('#msp-load').text("MSP load: " + helper.mspQueue.getLoad().toFixed(2));
|
||||
$('#msp-load').text("MSP load: " + helper.mspQueue.getLoad().toFixed(1));
|
||||
$('#msp-roundtrip').text("MSP round trip: " + helper.mspQueue.getRoundtrip().toFixed(0));
|
||||
$('#hardware-roundtrip').text("HW round trip: " + helper.mspQueue.getHardwareRoundtrip().toFixed(0));
|
||||
$('#drop-rate').text("Drop ratio: " + helper.mspQueue.getDropRatio().toFixed(0) + "%");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue