mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-05 08:00:02 +01:00
Update FCSNetwork.cpp
Update FCSNetwork.cpp for add new fcs260 thx!
This commit is contained in:
parent
4eadb0a00a
commit
a68f3e1e54
|
|
@ -72,6 +72,7 @@ bool CFCSNetwork::open()
|
|||
m_addresses["FCS222"] = CUDPSocket::lookup("fcs222.xreflector.net");
|
||||
m_addresses["FCS224"] = CUDPSocket::lookup("fcs224.xreflector.net");
|
||||
m_addresses["FCS232"] = CUDPSocket::lookup("fcs232.xreflector.net");
|
||||
m_addresses["FCS260"] = CUDPSocket::lookup("fcs260.xreflector.net");
|
||||
|
||||
LogMessage("Opening FCS network connection");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue