6 lines
228 B
Shell
Executable file
6 lines
228 B
Shell
Executable file
#!/bin/sh
|
|
|
|
## Builds common config for smartphone connected device
|
|
## -> receive CAM and DENMs via BLE and send CAMs based on position data received from BLE
|
|
|
|
cargo run --release --no-default-features -F esp,cam,denm,ble,cam_tx
|