File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ From d0b2ab2308642e1082f2f0cac4be570c97c87d9a Mon Sep 17 00:00:00 2001
2+ From: "Fabian P. Schmidt" <kerel-fs@gmx.de>
3+ Date: Mon, 13 Feb 2017 18:02:32 +0100
4+ Subject: [PATCH] Add rtlsdr-ogn.conf conffile
5+
6+ ---
7+ etc/rtlsdr-ogn.conf | 22 ++++++++++++++++++++++
8+ 1 file changed, 22 insertions(+)
9+ create mode 100644 etc/rtlsdr-ogn.conf
10+
11+ diff --git a/etc/rtlsdr-ogn.conf b/etc/rtlsdr-ogn.conf
12+ new file mode 100644
13+ index 0000000..7151397
14+ --- /dev/null
15+ +++ b/etc/rtlsdr-ogn.conf
16+ @@ -0,0 +1,22 @@
17+ +
18+ + RF:
19+ + {
20+ + FreqCorr = +50; # [ppm] "big" R820T sticks have 40-80ppm correction factors, measure it with gsm_scan
21+ +
22+ + GSM: # for frequency calibration based on GSM signals
23+ + { CenterFreq = 938.4; # [MHz] find the best GSM frequency with gsm_scan
24+ + Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !)
25+ + } ;
26+ + } ;
27+ +
28+ + Position:
29+ + { Latitude = +48.0000; # [deg] Antenna coordinates
30+ + Longitude = +9.0000; # [deg]
31+ + Altitude = 100; # [m] Altitude above sea leavel
32+ + GeoidSepar = 48; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude
33+ + } ;
34+ +
35+ + APRS:
36+ + { Call = "SampleAPRSnameToChange"; # APRS callsign (max. 9 characters)
37+ + # Please refer to http://wiki.glidernet.org/receiver-naming-convention
38+ + } ;
39+ - -
40+ 2.1.4
41+
Original file line number Diff line number Diff line change 220002-Move-version-string-from-Makefile-to-VERSION.txt.patch
330003-Improve-Makefile.patch
440004-Makefile-Add-all-to-phony-targets.patch
5+ 0001-Add-rtlsdr-ogn.conf-conffile.patch
560001-ogn-rf-Detect-if-stdin-is-a-terminal.patch
You can’t perform that action at this time.
0 commit comments