mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-11-05 15:41:17 -05:00
Update YSF2DMR.cpp
Added resending of 400x TG on XLX reconnection
This commit is contained in:
parent
6a30724dce
commit
1448af703c
@ -356,6 +356,10 @@ int CYSF2DMR::run()
|
||||
LogMessage("XLX, Linking to reflector XLX%03u, module %s", m_xlxrefl, m_xlxmodule.c_str());
|
||||
m_xlxConnected = true;
|
||||
}
|
||||
else if (!m_dmrNetwork->isConnected() && !m_xlxmodule.empty() && m_xlxConnected) {
|
||||
LogMessage("XLX, Disconnected from reflector XLX%03u, module %s", m_xlxrefl, m_xlxmodule.c_str());
|
||||
m_xlxConnected = false;
|
||||
}
|
||||
|
||||
if (m_wiresX != NULL) {
|
||||
switch (TG_connect_state) {
|
||||
|
Loading…
Reference in New Issue
Block a user