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]
|
[NETWORK]
|
||||||
modemport = 5000
|
modemport = 3000
|
||||||
|
|
||||||
[STATION]
|
[STATION]
|
||||||
mycall = DJ2LS-5
|
mycall = XX1XXX
|
||||||
mygrid = JN49en
|
mygrid = JN18cv
|
||||||
|
myssid = 6
|
||||||
ssid_list = []
|
ssid_list = []
|
||||||
enable_explorer = False
|
enable_explorer = True
|
||||||
enable_stats = False
|
enable_stats = True
|
||||||
|
|
||||||
[AUDIO]
|
[AUDIO]
|
||||||
input_device = 4f55
|
input_device = 5a1c
|
||||||
output_device = 4f55
|
output_device = bd6c
|
||||||
rx_audio_level = 0
|
rx_audio_level = 0
|
||||||
tx_audio_level = 0
|
tx_audio_level = 0
|
||||||
enable_auto_tune = False
|
enable_auto_tune = False
|
||||||
|
|
||||||
|
[RIGCTLD]
|
||||||
|
ip = 127.0.0.1
|
||||||
|
port = 4532
|
||||||
|
path =
|
||||||
|
command =
|
||||||
|
arguments = --cenas
|
||||||
|
|
||||||
[RADIO]
|
[RADIO]
|
||||||
radiocontrol = disabled
|
control = disabled
|
||||||
rigctld_ip = 127.0.0.1
|
model_id = 1001
|
||||||
rigctld_port = 4532
|
serial_port = /dev/cu.Bluetooth-Incoming-Port
|
||||||
radioport = None
|
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]
|
||||||
tci_ip = 127.0.0.1
|
tci_ip = 127.0.0.1
|
||||||
|
@ -29,15 +44,16 @@ tci_port = 50001
|
||||||
enable_protocol = False
|
enable_protocol = False
|
||||||
|
|
||||||
[MODEM]
|
[MODEM]
|
||||||
enable_fft = True
|
enable_fft = False
|
||||||
tuning_range_fmax = 50
|
tuning_range_fmax = 50
|
||||||
tuning_range_fmin = -50
|
tuning_range_fmin = -50
|
||||||
enable_fsk = False
|
enable_fsk = False
|
||||||
enable_low_bandwidth_mode = False
|
enable_low_bandwidth_mode = False
|
||||||
respond_to_cq = True
|
|
||||||
enable_hmac = False
|
enable_hmac = False
|
||||||
enable_morse_identifier = False
|
enable_morse_identifier = False
|
||||||
rx_buffer_size = 16
|
respond_to_cq = False
|
||||||
|
rx_buffer_size = 64
|
||||||
enable_scatter = False
|
enable_scatter = False
|
||||||
tx_delay = 0
|
tx_delay = 200
|
||||||
|
beacon_interval = 90
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue