fix default config

This commit is contained in:
Hansi, dl9rdz 2024-12-31 09:48:47 +00:00
parent 963f44df2e
commit 7c03726b70
2 changed files with 5 additions and 4 deletions

View File

@ -107,8 +107,8 @@ axudp.ratelimit=1
# connect to some aprs server
#-------------------------------#
tcp.active=0
tcp.host=radiosondy.info:14590
#tcp.host2=wettersonde.net:14590
tcp.host=radiosondy.info:14580
#tcp.host2=wettersonde.net:14580
# Currently this is fixed...
# tcp.symbol=/O
tcp.highrate=20

View File

@ -328,8 +328,9 @@ void Sonde::defaultConfig() {
strcpy(config.udpfeed.host, "192.168.42.20:9002");
config.udpfeed.ratelimit= 1;
config.tcpfeed.active = 0;
strcpy(config.tcpfeed.host, "wettersonde.net:14580");
strcpy(config.tcpfeed.host2, "radiosondy.info:14580");
strcpy(config.tcpfeed.host, "radiosondy.info:14580");
# default config with
#strcpy(config.tcpfeed.host2, "wettersonde.net:14580");
strcpy(config.tcpfeed.symbol, "/O");
config.tcpfeed.highrate = 10;
config.kisstnc.active = 0;