Add scripts to run/ flash the supported feature-sets
This commit is contained in:
parent
2c50668e7e
commit
71161d1d99
4 changed files with 21 additions and 3 deletions
6
run-smartphone.sh
Executable file
6
run-smartphone.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue