AP_Beacon: fixed reference to -debug build directory

This commit is contained in:
Andrew Tridgell 2018-05-09 12:58:32 +10:00
parent 9096bcf7b2
commit 9fc451a615
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
./waf configure --board=linux --debug
./waf build --target=examples/AP_Marvelmind_test -j6
repo_root="$(git rev-parse --show-toplevel)/"
"$repo_root/build/linux-debug/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
"$repo_root/build/linux/examples/AP_Marvelmind_test" -A tcp:127.0.0.1:5111 &
sleep 1
cat ${repo_root}/libraries/AP_Beacon/examples/AP_Marvelmind_test/sample.dump| socat - tcp:127.0.0.1:5111
wait