mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 05:15:20 +03:00
hardware roundtrip
This commit is contained in:
parent
019fb3e851
commit
e76612a4cc
5 changed files with 25 additions and 33 deletions
|
@ -330,6 +330,7 @@ function onConnect() {
|
|||
helper.interval.add('msp-load-update', function () {
|
||||
$('#msp-load').text("MSP load: " + helper.mspQueue.getLoad().toFixed(2));
|
||||
$('#msp-roundtrip').text("MSP round trip: " + helper.mspQueue.getRoundtrip().toFixed(0));
|
||||
$('#hardware-roundtrip').text("HW round trip: " + helper.mspQueue.getHardwareRoundtrip().toFixed(0));
|
||||
}, 100);
|
||||
|
||||
helper.interval.add('global_data_refresh', helper.periodicStatusUpdater.run, helper.periodicStatusUpdater.getUpdateInterval(serial.bitrate), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue