@@ -1463,7 +1463,7 @@ FlightLogFieldPresenter.adjustDebugDefsList = function (
14631463 "debug[6]" : "FF PT1K" ,
14641464 "debug[7]" : "Rx Rate" ,
14651465 } ;
1466- DEBUG_FRIENDLY_FIELD_NAMES . RX_TIMING : {
1466+ DEBUG_FRIENDLY_FIELD_NAMES . RX_TIMING = {
14671467 "debug[all]" : "Receiver Timing" ,
14681468 "debug[0]" : "Frame Interval" ,
14691469 "debug[1]" : "Frame TimeStamp" ,
@@ -1473,8 +1473,8 @@ FlightLogFieldPresenter.adjustDebugDefsList = function (
14731473 "debug[5]" : "Smoothed Rx Rate" ,
14741474 "debug[6]" : "LQ Percent" ,
14751475 "debug[7]" : "Is Receiving Signal" ,
1476- } ,
1477- DEBUG_FRIENDLY_FIELD_NAMES . RC_SMOOTHING : {
1476+ } ;
1477+ DEBUG_FRIENDLY_FIELD_NAMES . RC_SMOOTHING = {
14781478 "debug[all]" : "Debug RC Smoothing" ,
14791479 "debug[0]" : "Rx Rate Current" ,
14801480 "debug[1]" : "Rx Rate For Cutoffs" ,
@@ -1484,7 +1484,7 @@ FlightLogFieldPresenter.adjustDebugDefsList = function (
14841484 "debug[5]" : "Smoothed Rx Rate" ,
14851485 "debug[6]" : "Outlier Count" ,
14861486 "debug[7]" : "Valid Count" ,
1487- } ,
1487+ } ;
14881488 }
14891489 }
14901490} ;
0 commit comments