From 7ed208dcecc3d1c7a6ac033f943d627b20ab4cc4 Mon Sep 17 00:00:00 2001 From: Mudhorn Date: Sun, 28 Jul 2024 23:01:05 -0700 Subject: [PATCH] Update examples/adsb-config.txt --- examples/adsb-config.txt | 41 +++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/examples/adsb-config.txt b/examples/adsb-config.txt index 24c4b83..58289f3 100644 --- a/examples/adsb-config.txt +++ b/examples/adsb-config.txt @@ -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 \ No newline at end of file