Ste the reflector name to XLX for terminal use

Since this is a xlx reflector, and not something else, use XLX* as the reflector name.
Tnx. Adrian, VK4TUX, for the suggestion.
pull/127/head
Marius Petrescu, YO2LOJ 7 years ago committed by GitHub
parent 20f5458398
commit d070e96121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ bool CG3Protocol::Init(void)
ok = CProtocol::Init();
// update reflector callsign
m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XRF", 3);
m_ReflectorCallsign.PatchCallsign(0, (const uint8 *)"XLX", 3);
// create our DV socket
ok &= m_Socket.Open(G3_DV_PORT);

Loading…
Cancel
Save

Powered by TurnKey Linux.