Skip to content

Commit

Permalink
debian: Import patch from PR glidernet#26
Browse files Browse the repository at this point in the history
  • Loading branch information
kerel-fs committed Feb 16, 2017
1 parent a7244a9 commit c9845cd
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
41 changes: 41 additions & 0 deletions debian/patches/0001-Add-rtlsdr-ogn.conf-conffile.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
From d0b2ab2308642e1082f2f0cac4be570c97c87d9a Mon Sep 17 00:00:00 2001
From: "Fabian P. Schmidt" <[email protected]>
Date: Mon, 13 Feb 2017 18:02:32 +0100
Subject: [PATCH] Add rtlsdr-ogn.conf conffile

---
etc/rtlsdr-ogn.conf | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 etc/rtlsdr-ogn.conf

diff --git a/etc/rtlsdr-ogn.conf b/etc/rtlsdr-ogn.conf
new file mode 100644
index 0000000..7151397
--- /dev/null
+++ b/etc/rtlsdr-ogn.conf
@@ -0,0 +1,22 @@
+
+RF:
+{
+ FreqCorr = +50; # [ppm] "big" R820T sticks have 40-80ppm correction factors, measure it with gsm_scan
+
+ GSM: # for frequency calibration based on GSM signals
+ { CenterFreq = 938.4; # [MHz] find the best GSM frequency with gsm_scan
+ Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !)
+ } ;
+} ;
+
+Position:
+{ Latitude = +48.0000; # [deg] Antenna coordinates
+ Longitude = +9.0000; # [deg]
+ Altitude = 100; # [m] Altitude above sea leavel
+ GeoidSepar = 48; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude
+} ;
+
+APRS:
+{ Call = "SampleAPRSnameToChange"; # APRS callsign (max. 9 characters)
+ # Please refer to http://wiki.glidernet.org/receiver-naming-convention
+} ;
--
2.1.4

1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
0002-Move-version-string-from-Makefile-to-VERSION.txt.patch
0003-Improve-Makefile.patch
0004-Makefile-Add-all-to-phony-targets.patch
0001-Add-rtlsdr-ogn.conf-conffile.patch
0001-ogn-rf-Detect-if-stdin-is-a-terminal.patch

0 comments on commit c9845cd

Please sign in to comment.