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.
This commit is contained in:
Marius Petrescu, YO2LOJ 2019-06-26 19:08:05 +03:00 committed by GitHub
parent 20f5458398
commit d070e96121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);