TMP: Add message generator
This commit is contained in:
parent
4d7bef58a1
commit
202d874dee
2 changed files with 95 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
|
||||
name = "test-proto"
|
||||
path = "./src/test-proto.rs"
|
||||
required-features = ["std", "uart", "cam"]
|
||||
|
||||
[features]
|
||||
default = ["esp", "spat", "gnss", "screen"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue