ao-bringup: final production test script for EasyMotor v3
authorBdale Garbee <bdale@gag.com>
Fri, 4 Nov 2022 08:56:31 +0000 (02:56 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 4 Nov 2022 08:56:31 +0000 (02:56 -0600)
ao-bringup/test-easymotor-v3

index 8e810b3b5c78104c79ae7c817ff97b9be0bea067..17085ad30e86fd8371561201ac128b0b05f40d9e 100755 (executable)
@@ -24,6 +24,11 @@ ao-list | while read product serial dev; do
            echo "Testing flash"
            ../ao-tools/ao-test-flash/ao-test-flash --tty="$dev" "$FLASHSIZE"
 
+           echo "" 
+
+           echo "Testing pressure sensor input"
+           ../ao-tools/ao-test-pressure/ao-test-pressure --tty="$dev" 
+
            case $? in
                0)
                    ;;