clear serial with -p in config

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent f9920c4462
commit 0476ebc2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -672,12 +672,15 @@ elif [ "$1" = "-p" ]; then
echo "Real-time output from the serial port from the Pico:" echo "Real-time output from the serial port from the Pico:"
echo echo
sleep 2 # sleep 2
timeout 2 cat /dev/serial0 > /dev/null
timeout 3 cat /dev/serial0 timeout 3 cat /dev/serial0
elif [ "$1" = "-v" ]; then elif [ "$1" = "-v" ]; then
echo "Real-time output from the INA219 voltage and current sensors:"
echo
/home/pi/CubeSatSim/telem /home/pi/CubeSatSim/telem
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.