Update config TX PL print and print parameters

beta-pl
Alan Johnston 2 years ago committed by GitHub
parent 801bdbe836
commit ec799a0a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,9 @@
echo "CubeSatSim v1.3.2 configuration tool" echo "CubeSatSim v1.3.2 configuration tool"
echo echo
echo $1
echo $2
echo
if [ "$2" = "-n" ]; then if [ "$2" = "-n" ]; then
norestart=1 norestart=1
@ -75,7 +78,7 @@ if [ "$1" = "" ]; then
echo ${10} echo ${10}
echo echo
echo -n "TX PL code is: " echo -n "TX PL code is: "
echo echo ${11}
echo echo
FILE=/home/pi/CubeSatSim/battery_saver FILE=/home/pi/CubeSatSim/battery_saver

Loading…
Cancel
Save

Powered by TurnKey Linux.