From d78b1099f16b86c50a2cc36456bad6636d61bc14 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Thu, 25 Jan 2018 23:11:05 +1030 Subject: [PATCH] Changed default start folder in start_tx.sh --- start_tx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_tx.sh b/start_tx.sh index 50f1fde..76ff497 100755 --- a/start_tx.sh +++ b/start_tx.sh @@ -12,7 +12,7 @@ TXFREQ=441.200 # CHANGE THE FOLLOWING LINE TO REFLECT THE ACTUAL PATH TO THE TX FOLDER. # i.e. it may be /home/username/dev/wenet/tx/ -cd ~/wenet/tx/ +cd /home/pi/wenet/tx/ #Uncomment to initialise a RFM22B #python init_rfm22b.py $TXFREQ @@ -28,4 +28,4 @@ python tx_picam_gps.py $MYCALL & #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 +# python WenetPiCam.py $MYCALL &