Skip to content

Commit b3e135d

Browse files
authored
Merge pull request #549 from ctzsnooze/new-debug-modes
support new 4.3 debug modes
2 parents 58ccaed + 7c2e667 commit b3e135d

File tree

3 files changed

+534
-136
lines changed

3 files changed

+534
-136
lines changed

js/flightlog_fielddefs.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,16 @@ var
329329
"DYN_IDLE",
330330
"FF_LIMIT",
331331
"FF_INTERPOLATED",
332+
"BLACKBOX_OUTPUT",
333+
"GYRO_SAMPLE",
334+
"RX_TIMING",
335+
"D_LPF",
336+
"VTX_TRAMP",
337+
"GHST",
338+
"SCHEDULER_DETERMINISM",
339+
"TIMING_ACCURACY",
340+
"RX_EXPRESSLRS_SPI",
341+
"RX_EXPRESSLRS_PHASELOCK",
332342
]),
333343

334344
SUPER_EXPO_YAW = makeReadOnly([

0 commit comments

Comments
 (0)