From 39784c1814f246efb7dee4a86d4d1f2a320c78a6 Mon Sep 17 00:00:00 2001 From: Romeo-Golf Date: Tue, 10 Jan 2017 15:22:27 +0000 Subject: [PATCH] Update example.config --- example.config | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/example.config b/example.config index dd7a2a6..d210371 100644 --- a/example.config +++ b/example.config @@ -49,9 +49,9 @@ BACKUP_BRANCH_NAME="" # information can be obtained from https://www.swiftbyte.com/toolbox/geocode by # simply supplying an address for this receiver. -RECEIVER_LATITUDE="41.3683798" -RECEIVER_LONGITUDE="-82.1076486" -RECEIVER_ALTITUDE="224" +RECEIVER_LATITUDE="0.0000000" +RECEIVER_LONGITUDE="0.0000000" +RECEIVER_ALTITUDE="0" ## DECODERS @@ -179,36 +179,47 @@ RTLSDROGN_UPGRADE="true" RTLSDROGN_DEVICE_ID="" # Device ID Device index of the USB RTL-SDR device to be selected + OGN_DEVICE_ID="" # DeviceSerial Serial number of the USB RTL-SDR device to be selected + OGN_DEVICE_SERIAL="" # FreqCorr [ppm] Some R820T sticks have 40-80ppm correction factors, measure it with gsm_scan + OGN_FREQ_CORR="" # CenterFreq [MHz] Use gsm_scan to find the best GSM frequency + OGN_GSM_FREQ="" # Gain [0.1dB] RF input gain for frequency calibration (beware that GSM signals are very strong) + OGN_GSM_GAIN="" # Latitude [deg] Antenna latitude in decimal degrees + OGN_LAT="" # Longitude [deg] Antenna longitude in decimal degrees + OGN_LON="" # Altitude [m] Antenna altitude above sea leavel + OGN_ALT="" # GeoidSepar [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude + OGN_GEOID="" # Callsign [char9] APRS callsign (max. 9 characters) + OGN_RECEIVER_NAME="" # Whitelist [0|1] OGN Whitelist + OGN_WHITELIST=""