Update config -o resume

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent a3ae07b221
commit a91b77f3f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1130,7 +1130,9 @@ elif [ "$1" = "-o" ]; then
if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then
echo "Turn beacon telemetry ON" echo "Turn beacon telemetry ON"
sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1 sudo rm /home/pi/CubeSatSim/beacon_off > /dev/null 2>&1
sudo systemctl restart rpitx sudo systemctl stop rpitx
sudo python3 -u /home/pi/CubeSatSim/rpitx.py s & > /dev/null 2>&1
# restart=1 # restart=1
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.