mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-04-20 18:48:11 +00:00
fix tests
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
PASS=raspberry
|
||||
ADDR=pi@192.168.0.208
|
||||
if [ ! -z $1 ]; then
|
||||
ADDR=$1
|
||||
ADDR=pi@$1
|
||||
fi
|
||||
sshpass -p${PASS} scp $(dirname "$0")/../cnc/hal_raspberry/rpgpio_private.py "${ADDR}:~"
|
||||
sshpass -p${PASS} scp $(dirname "$0")/../cnc/hal_raspberry/rpgpio.py "${ADDR}:~"
|
||||
|
||||
Reference in New Issue
Block a user