summaryrefslogtreecommitdiff
path: root/ao-bringup/test-easymega
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2018-12-31 12:37:45 -0700
committerBdale Garbee <bdale@gag.com>2018-12-31 12:39:34 -0700
commit60b46436f9f642d43be4e00df08eccadb57214e8 (patch)
tree3ebc2ff4cc7b16e69560786232b9fd70a061bcd2 /ao-bringup/test-easymega
parent9791ebb256c2892663c072f7989e4b9bd34818a1 (diff)
ao-bringup: get turnon_easymega working for v2.0
Diffstat (limited to 'ao-bringup/test-easymega')
-rwxr-xr-xao-bringup/test-easymega8
1 files changed, 4 insertions, 4 deletions
diff --git a/ao-bringup/test-easymega b/ao-bringup/test-easymega
index 2f0a7822..1e419b44 100755
--- a/ao-bringup/test-easymega
+++ b/ao-bringup/test-easymega
@@ -1,25 +1,25 @@
#!/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"
echo
ret=1
-../ao-tools/ao-list/ao-list | while read product serial dev; do
+ao-list | while read product serial dev; do
case "$product" in
"$PRODUCT-v$VERSION")
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"