Update command add squelch python command

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

@ -37,4 +37,15 @@ echo -e "\nCommand and Control script for CubeSatSim v1.3.2\n"
else
echo "Starting squelch C&C"
if [ "$1" = "d" ]; then
echo "debug mode"
python3 /home/pi/CubeSatSim/squelch_cc.py d
else
python3 /home/pi/CubeSatSim/squelch_cc.py
fi
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.