Update examples/adsb-config.txt
This commit is contained in:
parent
92428b61a3
commit
7ed208dcec
|
@ -1,12 +1,43 @@
|
|||
LATITUDE=1.12345
|
||||
# !!!!! HEADS-UP WINDOWS USERS !!!!!
|
||||
#
|
||||
# Do not use Wordpad for editing this file, it will mangle it and your
|
||||
# configuration won't work. Use a proper text editor instead.
|
||||
# Recommended: Notepad, Notepad++, VSCode, Atom, SublimeText.
|
||||
#
|
||||
# !!!!! HEADS-UP MACOSX USERS !!!!!
|
||||
#
|
||||
# If you use Textedit to edit this file make sure to use "plain text format"
|
||||
# and "disable smart quotes" in "Textedit > Preferences", otherwise Textedit
|
||||
# will use none-compatible characters and your network configuration won't
|
||||
# work!
|
||||
|
||||
LONGITUDE=-1.2345
|
||||
# location
|
||||
# note the (-) sign
|
||||
# for your hemisphere
|
||||
# If latitude is positive, the position is on the northern hemisphere.
|
||||
# If latitude is negative, it is on the southern hemisphere.
|
||||
# If west of prime meridian, then longitude is negative.
|
||||
# If east of prime meridian, then longitude is positive.
|
||||
LATITUDE=3.366016
|
||||
LONGITUDE=-11.694583
|
||||
|
||||
ALTITUDE=150ft
|
||||
# altitude above MSL (mean sea level)
|
||||
# meters 1050m (no space between number and ft)
|
||||
# feet 10050ft (no space between number and ft)
|
||||
ALTITUDE=60440ft
|
||||
|
||||
USER="buster_adsbx_change_me"
|
||||
# mlat feeder name
|
||||
USER="W1LMS-ADSB01"
|
||||
|
||||
# dump1090
|
||||
DUMP1090=yes
|
||||
GAIN=49.2
|
||||
GAIN=40.2
|
||||
AUTOGAIN=yes
|
||||
|
||||
# dump978
|
||||
DUMP978=no
|
||||
|
||||
# remote support via zerotier
|
||||
ZEROTIER=no
|
||||
# web GUI
|
||||
PROMG=yes
|
Loading…
Reference in a new issue