From eae1d4a83c0912e00f314ece1d7c074d38653a89 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 7 Jan 2017 21:04:46 +1030 Subject: [PATCH] Added shssp.py option into start_tx script. --- start_tx.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start_tx.sh b/start_tx.sh index d08e337..50f1fde 100755 --- a/start_tx.sh +++ b/start_tx.sh @@ -23,5 +23,9 @@ python init_rfm98w.py --frequency $TXFREQ # Note, this assumes there is a uBlox GPS available at /dev/ttyACM0 python tx_picam_gps.py $MYCALL & +# Start SHSSP-specific transmit script. +# Needs a GPS connected, a BNO055 connected, and a PiCam and USB Webcam (Logitech C920) +#python shssp.py & + # If you don't want any GPS overlays, you can comment the above line and run: # python WenetPiCam.py $MYCALL & \ No newline at end of file