6 lines
126 B
Bash
Executable file
6 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
## Builds common config for standalone device
|
|
## -> enable SPAT/ GLOSA with GNSS and a screen
|
|
|
|
cargo run --release
|