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

Moved actual arpist on on-host folder

parent 5c79cc1e
Branches
Tags
No related merge requests found
/target target/
*.csv *.csv
arpist 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.
Please register or to comment