Skip to content

Commit 88ed53e

Browse files
committed
present raw rc command in us
1 parent 40f56d8 commit 88ed53e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/flightlog_fields_presenter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ function FlightLogFieldPresenter() {
566566
break;
567567
case 'RC_SMOOTHING':
568568
switch (fieldName) {
569+
case 'debug[0]':
570+
return (value + 1500).toFixed(0) + " us";
569571
case 'debug[3]': // rx frame rate [us]
570572
return (value / 1000).toFixed(1) + 'ms';
571573
}

0 commit comments

Comments
 (0)