mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update direwolf.sh
This commit is contained in:
parent
5923c75ff6
commit
39da8efcd6
|
|
@ -138,7 +138,7 @@ Description=Direwolf Service
|
||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=sudo direwolf -c /opt/direwolf/dw.conf
|
ExecStart=sudo direwolf -t 0 -c /opt/direwolf/dw.conf
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
|
|
@ -158,7 +158,7 @@ cat > /opt/direwolf/rtl.sh <<- "EOF"
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
|
|
||||||
rtl_fm -M fm -f 144.39M -p 0 -s 22050 -g 12 - | /usr/local/bin/direwolf -l /var/log/direwolf -c /opt/direwolf/sdr.conf -r 22050 -D 1 -B 1200 - #-l /var/log/direwolf
|
rtl_fm -M fm -f 144.39M -p 0 -s 22050 -g 12 - | /usr/local/bin/direwolf -l /var/log/direwolf -t 0 -c /opt/direwolf/sdr.conf -r 22050 -D 1 -B 1200 - #-l /var/log/direwolf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -230,8 +230,8 @@ TXDELAY 75
|
||||||
# Enable GPS beaconing
|
# Enable GPS beaconing
|
||||||
|
|
||||||
GPSD
|
GPSD
|
||||||
TBEACON symbol="/>" comment="Raspberry APRS TRACKER / Raspbian Proyect by hp3icc" via=WIDE2-1
|
TBEACON symbol="/>" comment="Raspberry APRS TRACKER / Raspbian Proyect by hp3icc" VIA=WIDE1-1,WIDE2-1
|
||||||
SMARTBEACONING 45 0:30 5 1:00 0:30 30 255
|
SMARTBEACONING 25 0:30 5 2:00 0:10 30 255
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue