We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb2a39 commit d7607cbCopy full SHA for d7607cb
js/flightlog_parser.js
@@ -390,6 +390,9 @@ var FlightLogParser = function(logData) {
390
if (matches) {
391
that.sysConfig.frameIntervalPNum = parseInt(matches[1], 10);
392
that.sysConfig.frameIntervalPDenom = parseInt(matches[2], 10);
393
+ } else {
394
+ that.sysConfig.frameIntervalPNum = 1;
395
+ that.sysConfig.frameIntervalPDenom = parseInt(fieldValue, 10);
396
}
397
break;
398
// case "P denom":
0 commit comments