-
-
Notifications
You must be signed in to change notification settings - Fork 156
Allow for GPS Data in Table/Graph/Exports #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
haslinghuis
merged 21 commits into
betaflight:master
from
LinusThorsell:display-gps-data-better
Nov 23, 2022
Merged
Changes from 11 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
67b466d
c
bonchan fd50956
haslinghuis diff from 602#issuecomment-1320958859
bonchan e48ef6f
Merge branch 'gps-maybe' into graph-gps-data
bonchan 803b3b7
added check undefined returning undefined
bonchan f8b1755
displays data in table and graph
LinusThorsell 5bfad3f
progress, table loads offset by 5, but works
LinusThorsell 11ecff5
GPS G Frame logs successfully.
LinusThorsell df6ee3e
removed unecessary comments
LinusThorsell b877867
fixed names in table
LinusThorsell 0dc3295
removed test code in main, remove whitespaces
LinusThorsell 5a9be0f
Merge branch 'master' into display-gps-data-better
LinusThorsell cd08b16
fixed GPS cases and added gps example graph
bonchan 5ce7fad
Merge pull request #1 from bonchan/display-gps-data-better-fixes
LinusThorsell cd5f022
using const name of, instead of normal for in flightlog
LinusThorsell 3ac4278
changes suggested by ctzsnooze (presentability)
LinusThorsell 368711c
readability changes
LinusThorsell f1bb6a4
make numsat and speed start at bottom of graph
LinusThorsell cabd414
removed time field. refactored code
LinusThorsell f2949e5
cosmetic code changes
LinusThorsell 44d91e2
changed live gps to GPS Reported Altitude
LinusThorsell b1bc7a5
fixed gps ASL altitude scaling, changed reported gps alt to alt ASL
LinusThorsell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -166,7 +166,7 @@ function BlackboxLogViewer() { | |
|
|
||
| if (value === null) | ||
| return "(absent)"; | ||
|
|
||
| return value.toFixed(2); | ||
| } | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.