111 lines
3.0 KiB
Plaintext
Executable File
111 lines
3.0 KiB
Plaintext
Executable File
#-------------------------------#
|
|
# Hardware depending settings
|
|
#-------------------------------#
|
|
# pin: 255=disabled; x=button x+128=touch button
|
|
#button_pin=2
|
|
#button2_pin=4
|
|
# No specification in config file: try autodetection (gpio4 pin level at startup)
|
|
#button_pin=0
|
|
#button2_pin=255
|
|
#button2_axp=0
|
|
# LED port
|
|
#led_pout=-1
|
|
# OLED Setup is depending on hardware of LoRa board
|
|
# TTGO v1: SDA=4 SCL=15, RST=16
|
|
# TTGO v2: SDA=21 SCL=22, RST=16
|
|
# T-BEAM, OLED: SDA=21, SCL=22, RST=16
|
|
# T-BEAM, ILI9225: SDA=4, CLK=21, RS=2, RST=22, CS=0
|
|
# No specification in config file: try autodetection (gpio4 pin level at startup)
|
|
#
|
|
# disptype: 0=OLED, 1=ILI9225
|
|
#disptype=0
|
|
#oled_sda=21
|
|
#oled_scl=22
|
|
#oled_rst=16
|
|
oled_orient=1
|
|
gpsOn=0
|
|
gps_rxd=-1
|
|
gps_txd=-1
|
|
gps_lat=43.59169
|
|
gps_lon=7.10071
|
|
gps_alt=123
|
|
# Show AFC value (for RS41 only, maybe also DFM, but useful for RS92 or M10)
|
|
# showafc=1
|
|
# Frequency correction, in Hz
|
|
# freqofs=0
|
|
#-------------------------------#
|
|
# General config settings
|
|
#-------------------------------#
|
|
maxsonde=20
|
|
debug=0
|
|
# wifi mode: 1=client in background; 2=AP in background; 3=client on startup, ap if failure
|
|
wifi=3
|
|
# TCP/IP KISS TNC in port 14590 for APRSdroid (0=disabled, 1=enabled)
|
|
kisstnc.active = 1
|
|
mdnsname=radiosonde
|
|
# display configuration. List of "displays"
|
|
# first entry: "Scanner" display
|
|
# second entry: default "Receiver" display
|
|
# additional entries: alternative receiver display, activated by button
|
|
display=0,1,2,3,4,5,6
|
|
# set to -1 to disable (used for "N" values in timers in screens.txt). Value in seconds
|
|
norx_timeout=20
|
|
vbatmax=1.86
|
|
vbatmin=1.64
|
|
telemetryOn=0
|
|
buzzerOn=0
|
|
buzzerPort=12
|
|
buzzerFreq=700
|
|
dbsmetre=1
|
|
gainLNA=0
|
|
#-------------------------------#
|
|
# Spectrum display settings
|
|
#-------------------------------#
|
|
startfreq=400
|
|
channelbw=10
|
|
spectrum=30 #10
|
|
noisefloor=-125
|
|
marker=1
|
|
#-------------------------------#
|
|
# APRS settings
|
|
#-------------------------------#
|
|
call=FR2013
|
|
passcode=14003
|
|
#-------------------------------#
|
|
# Sonde specific settings: bandwidth
|
|
# valid values: 3100, 3900, 5200, 6300, 7800, 10400, 12500,
|
|
# 15600, 20800, 25000, ...
|
|
# other values will be rounded up to the next valid value
|
|
# rs92.alt2d: default altitude used by RS92 decoder if only 3 sats available
|
|
#-------------------------------#
|
|
rs41.agcbw=12500
|
|
rs41.rxbw=6300
|
|
rs92.rxbw=12500
|
|
rs92.alt2d=480
|
|
dfm.agcbw=20800
|
|
dfm.rxbw=10400
|
|
#-------------------------------#
|
|
# axudp for sending to aprsmap
|
|
#-------------------------------#
|
|
# local use only, do not feed to public services
|
|
# data not sanitized / quality checked, outliers not filtered out
|
|
axudp.active=1
|
|
axudp.host=fra1od.fr.to
|
|
axudp.port=14580
|
|
axudp.symbol=/O
|
|
axudp.highrate=1
|
|
axudp.idformat=0
|
|
#-------------------------------#
|
|
# maybe some time in the future
|
|
#-------------------------------#
|
|
# currently simply not implemented, no need to put anything here anyway
|
|
tcp.active=0
|
|
tcp.host=radiosondy.info
|
|
tcp.port=14590
|
|
tcp.symbol=/O
|
|
tcp.highrate=20
|
|
tcp.idformat=0
|
|
#-------------------------------#
|
|
# EOF
|
|
#-------------------------------#
|