-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c981d06
commit 55c84c0
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "telemetry-parser" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
authors = ["Adrian <[email protected]>"] | ||
edition = "2018" | ||
license = "MPL-2.0" | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gyro2bb" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
authors = ["Adrian <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ use argh::FromArgs; | |
use telemetry_parser::*; | ||
use telemetry_parser::tags_impl::*; | ||
|
||
/** gyro2bb v0.1.5 | ||
/** gyro2bb v0.1.6 | ||
Author: Adrian <[email protected]> | ||
Extract gyro data from Sony, GoPro and Insta360 cameras to betaflight blackbox csv log | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "telemetry-parser-py" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
authors = ["Adrian <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "telemetry-parser" | |
requires-python = ">=3.6" | ||
license = { text = "MPL-2.0" } | ||
authors = [{ name = "Adrian", email = "[email protected]" }] | ||
readme = README.md | ||
readme = "README.md" | ||
classifiers = [ | ||
"Topic :: Utilities", | ||
"Programming Language :: Rust", | ||
|
This file contains 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "telemetry-parser-wasm" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
authors = ["Adrian <[email protected]>"] | ||
edition = "2018" | ||
|
||
|