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 176e082 commit 0277279Copy full SHA for 0277279
js/flightlog.js
@@ -388,7 +388,7 @@ function FlightLog(logData) {
388
// The G frames need to be processed always. They are "invalid" if not H (Home) has been detected
389
// before, but if not processed the viewer shows cuts and gaps. This happens if the quad takes off before
390
// fixing enough satellites.
391
- if (frameValid || (frameType == 'G')) {
+ if (frameValid || (frameType == 'G' && frame)) {
392
switch (frameType) {
393
case 'P':
394
case 'I':
0 commit comments