6 lines
187 B
Bash
Executable file
6 lines
187 B
Bash
Executable file
#!/bin/sh
|
|
|
|
## Builds common config for standalone device with automatic CAM transmission
|
|
## -> enable SPAT/ GLOSA with GNSS and a screen + CAM transmission
|
|
|
|
cargo run --release -F cam_tx
|