File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ var FlightLogParser = function(logData) {
352
352
throttle_limit_percent : null ,
353
353
throttle_boost : null , // throttle boost
354
354
throttle_boost_cutoff : null ,
355
+ thrust_linear : null ,
355
356
unknownHeaders : [ ] // Unknown Extra Headers
356
357
} ,
357
358
@@ -433,6 +434,7 @@ var FlightLogParser = function(logData) {
433
434
vbat_pid_gain : "vbat_pid_compensation" ,
434
435
yaw_accel_limit : "yawRateAccelLimit" ,
435
436
yaw_lowpass_hz : "yaw_lpf_hz" ,
437
+ thrust_linear : "thrust_linear" ,
436
438
} ,
437
439
438
440
frameTypes ,
@@ -845,6 +847,7 @@ var FlightLogParser = function(logData) {
845
847
case "gyro_lowpass_dyn_hz" :
846
848
case "gyro_lowpass_dyn_expo" :
847
849
case "dterm_lpf_dyn_expo" :
850
+ case "thrust_linear" :
848
851
case "dterm_lpf_dyn_hz" :
849
852
that . sysConfig [ fieldName ] = parseCommaSeparatedString ( fieldValue ) ;
850
853
break ;
You can’t perform that action at this time.
0 commit comments