mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Change config.ini.example to match config changes
This commit is contained in:
parent
c7d94b3b63
commit
befdb15f41
1 changed files with 31 additions and 15 deletions
|
@ -1,25 +1,40 @@
|
|||
[NETWORK]
|
||||
modemport = 5000
|
||||
modemport = 3000
|
||||
|
||||
[STATION]
|
||||
mycall = DJ2LS-5
|
||||
mygrid = JN49en
|
||||
mycall = XX1XXX
|
||||
mygrid = JN18cv
|
||||
myssid = 6
|
||||
ssid_list = []
|
||||
enable_explorer = False
|
||||
enable_stats = False
|
||||
enable_explorer = True
|
||||
enable_stats = True
|
||||
|
||||
[AUDIO]
|
||||
input_device = 4f55
|
||||
output_device = 4f55
|
||||
input_device = 5a1c
|
||||
output_device = bd6c
|
||||
rx_audio_level = 0
|
||||
tx_audio_level = 0
|
||||
enable_auto_tune = False
|
||||
|
||||
[RIGCTLD]
|
||||
ip = 127.0.0.1
|
||||
port = 4532
|
||||
path =
|
||||
command =
|
||||
arguments = --cenas
|
||||
|
||||
[RADIO]
|
||||
radiocontrol = disabled
|
||||
rigctld_ip = 127.0.0.1
|
||||
rigctld_port = 4532
|
||||
radioport = None
|
||||
control = disabled
|
||||
model_id = 1001
|
||||
serial_port = /dev/cu.Bluetooth-Incoming-Port
|
||||
serial_speed = 38400
|
||||
data_bits = 8
|
||||
stop_bits = 1
|
||||
serial_handshake = ignore
|
||||
ptt_port = ignore
|
||||
ptt_type = USB
|
||||
serial_dcd = NONE
|
||||
serial_dtr = OFF
|
||||
|
||||
[TCI]
|
||||
tci_ip = 127.0.0.1
|
||||
|
@ -29,15 +44,16 @@ tci_port = 50001
|
|||
enable_protocol = False
|
||||
|
||||
[MODEM]
|
||||
enable_fft = True
|
||||
enable_fft = False
|
||||
tuning_range_fmax = 50
|
||||
tuning_range_fmin = -50
|
||||
enable_fsk = False
|
||||
enable_low_bandwidth_mode = False
|
||||
respond_to_cq = True
|
||||
enable_hmac = False
|
||||
enable_morse_identifier = False
|
||||
rx_buffer_size = 16
|
||||
respond_to_cq = False
|
||||
rx_buffer_size = 64
|
||||
enable_scatter = False
|
||||
tx_delay = 0
|
||||
tx_delay = 200
|
||||
beacon_interval = 90
|
||||
|
||||
|
|
Loading…
Reference in a new issue