mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
hardware roundtrip
This commit is contained in:
parent
019fb3e851
commit
e76612a4cc
5 changed files with 25 additions and 33 deletions
|
@ -967,6 +967,7 @@ var mspHelper = (function (gui) {
|
|||
*/
|
||||
if (dataHandler.callbacks[i]) {
|
||||
helper.mspQueue.putRoundtrip(new Date().getTime() - dataHandler.callbacks[i].created);
|
||||
helper.mspQueue.putHardwareRoundtrip(new Date().getTime() - dataHandler.callbacks[i].sentOn);
|
||||
}
|
||||
|
||||
// fire callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue