Skip to content
Snippets Groups Projects
Commit c5968aac authored by Federico Lolli's avatar Federico Lolli
Browse files

Moved actual arpist on on-host folder

parent 50e4363c
No related branches found
No related tags found
No related merge requests found
/target
target/
*.csv
arpist
justfile 0 → 100644
export RUST_LOG := "debug"
alias db := device-build
alias hb := host-build
default:
./arpist gemini.csv
host-build:
#!/bin/bash
cd on-host
cargo build --release
cp target/release/arpist ..
device-build:
#!/bin/bash
cd ../../skyward-boardcore
# ./sbs -df mavlink-arpist
./sbs -df sx1278fsk-s-mav-raw
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment