Merge branch 'pacsat-loop' of http://github.com/alanbjohnston/CubeSatSim into pacsat-loop
commit
6742ebac4e
@ -0,0 +1,10 @@
|
|||||||
|
MYCALL AMSAT
|
||||||
|
ADEVICE plughw:CARD=Device,DEV=0 plughw:CARD=Device,DEV=0
|
||||||
|
#PTT GPIO 20
|
||||||
|
CHANNEL 0
|
||||||
|
MODEM 1200
|
||||||
|
KISSPORT 8100
|
||||||
|
AGWPORT 8002
|
||||||
|
FULLDUP OFF
|
||||||
|
TXDELAY 30
|
||||||
|
#FIX_BITS 1 AX25
|
||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
/usr/bin/x-terminal-emulator --geometry=120x40 -e "direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-pacsat-jp14.conf -t 0"
|
/usr/bin/x-terminal-emulator --geometry=120x40 -e "direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo modprobe snd-aloop
|
||||||
|
|
||||||
|
direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0
|
||||||
Loading…
Reference in new issue