fix default config
This commit is contained in:
parent
963f44df2e
commit
7c03726b70
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue