6 lines
189 B
Bash
Executable file
6 lines
189 B
Bash
Executable file
#!/bin/sh
|
|
|
|
## Builds common config for smartphone connected device
|
|
## -> only receive CAM and DENMs via UART (TODO: and BLE)
|
|
|
|
cargo run --release --no-default-features -F esp,cam,denm,uart
|