X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-easymega;h=1e419b4418813ca75f393e6dd73ae5050fa30087;hb=cdbc29d6d86c69e70b0f105d273ee8ddd7ae290e;hp=76f3effb63ae69e4a36dff927b3d1a8826162a14;hpb=20d640ec504afbfdb69dba1b241d84af1e62abed;p=fw%2Faltos diff --git a/ao-bringup/test-easymega b/ao-bringup/test-easymega index 76f3effb..1e419b44 100755 --- a/ao-bringup/test-easymega +++ b/ao-bringup/test-easymega @@ -1,11 +1,11 @@ #!/bin/sh -VERSION=1.0 +VERSION=2.0 PRODUCT=EasyMega BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'` echo "$PRODUCT-v$VERSION Test Program" -echo "Copyright 2014 by Keith Packard. Released under GPL v2" +echo "Copyright 2018 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" @@ -19,7 +19,7 @@ ao-list | while read product serial dev; do echo "Testing $product $serial $dev" echo "" - ./test-igniters $dev drogue main 0 1 2 3 + ./test-igniters $dev main drogue 3 0 1 2 echo"" echo "Testing baro sensor"