Skip to content

Commit 4bca012

Browse files
authored
Merge pull request projecthorus#298 from projecthorus/testing
oops. mixed up descending vs landed
2 parents 356524c + f45779a commit 4bca012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3952,7 +3952,7 @@ function liveData() {
39523952
"descent_rate": frame.descent_rate,
39533953
"burst_altitude": frame.burst_altitude,
39543954
"descending": frame.descending ? 1 : 0,
3955-
"landed": frame.descending ? 1 : 0,
3955+
"landed": frame.landed ? 1 : 0,
39563956
"data": JSON.stringify(frame.data)
39573957
}
39583958
]

0 commit comments

Comments
 (0)