mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
get rid of drop ratio and PID controller
This commit is contained in:
parent
9f9aa84170
commit
c50c28919b
4 changed files with 1 additions and 159 deletions
|
@ -477,7 +477,6 @@ var SerialBackend = (function () {
|
|||
$('#msp-load').text("MSP load: " + mspQueue.getLoad().toFixed(1));
|
||||
$('#msp-roundtrip').text("MSP round trip: " + mspQueue.getRoundtrip().toFixed(0));
|
||||
$('#hardware-roundtrip').text("HW round trip: " + mspQueue.getHardwareRoundtrip().toFixed(0));
|
||||
$('#drop-rate').text("Drop ratio: " + mspQueue.getDropRatio().toFixed(0) + "%");
|
||||
}, 100);
|
||||
|
||||
interval.add('global_data_refresh', periodicStatusUpdater.run, periodicStatusUpdater.getUpdateInterval(CONFIGURATOR.connection.bitrate), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue