mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-23 23:05:38 +08:00
Alter reconnection behaviour
Allow XLX to go back to where you were once network restored (used to relink to default XLX room)
This commit is contained in:
@@ -396,7 +396,6 @@ int CDMRGateway::run()
|
|||||||
if (voice != NULL)
|
if (voice != NULL)
|
||||||
voice->unlinked();
|
voice->unlinked();
|
||||||
|
|
||||||
m_xlxReflector = 4000U;
|
|
||||||
m_xlxConnected = false;
|
m_xlxConnected = false;
|
||||||
m_xlxRelink.stop();
|
m_xlxRelink.stop();
|
||||||
} else if (connected && m_xlxRelink.isRunning() && m_xlxRelink.hasExpired()) {
|
} else if (connected && m_xlxRelink.isRunning() && m_xlxRelink.hasExpired()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user