Add cd's to horusdemodlib to startup scripts

pull/63/head
Mark Jessop 2021-09-26 18:11:01 +09:30
rodzic 8cdae38de9
commit 8f9de1e27a
3 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,10 @@
# Modem statistics are sent out via a new 'MODEM_STATS' UDP broadcast message every second.
#
# Change directory to the horusdemodlib directory.
# If running as a different user, you will need to change this line
cd /home/pi/horusdemodlib/
# Receive requency, in Hz. This is the frequency the SDR is tuned to.
RXFREQ=434195000

Wyświetl plik

@ -9,6 +9,10 @@
# Modem statistics are sent out via a new 'MODEM_STATS' UDP broadcast message every second.
#
# Change directory to the horusdemodlib directory.
# If running as a different user, you will need to change this line
cd /home/pi/horusdemodlib/
# Receive requency, in Hz. This is the frequency the SDR is tuned to.
RXFREQ=434645000

Wyświetl plik

@ -5,6 +5,12 @@
# Uses rtl_fm to receive a chunk of spectrum, and passes it into horus_demod.
#
# Change directory to the horusdemodlib directory.
# If running as a different user, you will need to change this line
cd /home/pi/horusdemodlib/
# Receive *centre* frequency, in Hz
# Note: The SDR will be tuned to RXBANDWIDTH/2 below this frequency.
RXFREQ=434200000