File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ axudp.ratelimit=1
107
107
# connect to some aprs server
108
108
#-------------------------------#
109
109
tcp.active=0
110
- tcp.host=radiosondy.info:14590
111
- #tcp.host2=wettersonde.net:14590
110
+ tcp.host=radiosondy.info:14580
111
+ #tcp.host2=wettersonde.net:14580
112
112
# Currently this is fixed...
113
113
# tcp.symbol=/O
114
114
tcp.highrate=20
Original file line number Diff line number Diff line change @@ -328,8 +328,9 @@ void Sonde::defaultConfig() {
328
328
strcpy (config.udpfeed .host , " 192.168.42.20:9002" );
329
329
config.udpfeed .ratelimit = 1 ;
330
330
config.tcpfeed .active = 0 ;
331
- strcpy (config.tcpfeed .host , " wettersonde.net:14580" );
332
- strcpy (config.tcpfeed .host2 , " radiosondy.info:14580" );
331
+ strcpy (config.tcpfeed .host , " radiosondy.info:14580" );
332
+ // default config consistent with default config.txt: set only first aprs host
333
+ // strcpy(config.tcpfeed.host2, "wettersonde.net:14580");
333
334
strcpy (config.tcpfeed .symbol , " /O" );
334
335
config.tcpfeed .highrate = 10 ;
335
336
config.kisstnc .active = 0 ;
You can’t perform that action at this time.
0 commit comments