Skip to content

Commit 319e21b

Browse files
authored
Update flightlog_fields_presenter.js (#678)
- Keep in sync with betaflight/betaflight#13230
1 parent b8cade7 commit 319e21b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/flightlog_fields_presenter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,9 @@ function FlightLogFieldPresenter() {
908908
'debug[1]':'ID of Late Task',
909909
'debug[2]':'Task Delay Time',
910910
'debug[3]':'Gyro Clock Skew',
911-
'debug[4]':'Not Used',
912-
'debug[5]':'Not Used',
913-
'debug[6]':'Not Used',
911+
'debug[4]':'Minimum Gyro period in 100th of a us',
912+
'debug[5]':'Maximum Gyro period in 100th of a us',
913+
'debug[6]':'Span of Gyro period in 100th of a us',
914914
'debug[7]':'Not Used',
915915
},
916916
'TIMING_ACCURACY' : {

0 commit comments

Comments
 (0)