hotfix for config.ini

This commit is contained in:
DJ2LS 2023-05-04 18:41:04 +02:00
parent 5dbde3de93
commit eb26a5e3ca

View file

@ -10,14 +10,14 @@ ssid_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[AUDIO]
#audio settings
rx = 0
tx = 0
rx = 10
tx = 10
txaudiolevel = 250
auto_tune = False
[RADIO]
#radio settings
radiocontrol = disabled
radiocontrol = rigctld
rigctld_ip = 127.0.0.1
rigctld_port = 4532
@ -33,5 +33,8 @@ rxbuffersize = 16
explorer = False
stats = False
fsk = False
tx_delay = 800
tx_delay = 50
[TCI]
ip = 127.0.0.1
port = 50001