mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-24 21:28:38 -05:00
Move the Parrot to TG 10.
This commit is contained in:
parent
b70dbaa513
commit
662e6adb47
@ -91,7 +91,7 @@ bool CReflectors::load()
|
|||||||
// Add the Parrot entry
|
// Add the Parrot entry
|
||||||
if (m_parrotPort > 0U) {
|
if (m_parrotPort > 0U) {
|
||||||
CP25Reflector* refl = new CP25Reflector;
|
CP25Reflector* refl = new CP25Reflector;
|
||||||
refl->m_id = 1U;
|
refl->m_id = 10U;
|
||||||
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
|
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
|
||||||
refl->m_port = m_parrotPort;
|
refl->m_port = m_parrotPort;
|
||||||
m_reflectors.push_back(refl);
|
m_reflectors.push_back(refl);
|
||||||
|
Loading…
Reference in New Issue
Block a user