Update install add passat.config creation

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent 26a816212f
commit 47b1d3b6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -150,6 +150,18 @@ export LD_LIBRARY_PATH=/mnt/usb-disk/ariss/lib:/usr/local/lib/iors_common:$LD_LI
cd
cd PacSat
echo "bit_rate=9600" > pacsat.config
echo "bbs_callsign=XY2ZZ-12" >> pacsat.config
echo "broadcast_callsign=XY2ZZ-11" >> pacsat.config
echo "digi_callsign=XY2ZZ-1" >> pacsat.config
echo "max_frames_in_tx_buffer=5" >> pacsat.config
echo "pb_open=1" >> pacsat.config
echo "uplink_open=1" >> pacsat.config
cd
sudo cp ~/CubeSatSim/systemd/cubesatsim.service /etc/systemd/system/cubesatsim.service
sudo systemctl enable cubesatsim

Loading…
Cancel
Save

Powered by TurnKey Linux.