TMP: Add message generator
This commit is contained in:
parent
666499c240
commit
afe19e7f3e
2 changed files with 102 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ name = "test"
|
|||
path = "./src/test.rs"
|
||||
required-features = ["std", "cam"]
|
||||
|
||||
[[bin]]
|
||||
## run with cargo run --target host-tuple --bin test-proto --no-default-features -F std,uart,cam
|
||||
name = "test-proto"
|
||||
path = "./src/test-proto.rs"
|
||||
required-features = ["std", "uart", "cam"]
|
||||
|
||||
[features]
|
||||
default = ["esp", "spat", "gnss_ubx", "screen"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue